diff options
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index f6068ddb..2fdf0ac6 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -200,7 +200,7 @@ | |||
200 | background-color: #474747; | 200 | background-color: #474747; |
201 | } | 201 | } |
202 | 202 | ||
203 | #mainContainer #rulerTop { | 203 | #mainContainer .rulerTop { |
204 | display: none; | 204 | display: none; |
205 | // TODO: temporary background please replace when component is implemented | 205 | // TODO: temporary background please replace when component is implemented |
206 | background:$color-stage url('../images/temp/ruler-top.png'); | 206 | background:$color-stage url('../images/temp/ruler-top.png'); |
@@ -209,7 +209,7 @@ | |||
209 | border-right: 11px solid black; | 209 | border-right: 11px solid black; |
210 | } | 210 | } |
211 | 211 | ||
212 | #rulerLeft { | 212 | .rulerLeft { |
213 | display: none; | 213 | display: none; |
214 | // TODO: temporary background please replace when component is implemented | 214 | // TODO: temporary background please replace when component is implemented |
215 | background:$color-stage url('../images/temp/ruler-left.png'); | 215 | background:$color-stage url('../images/temp/ruler-left.png'); |
@@ -305,12 +305,7 @@ | |||
305 | box-orient: vertical; | 305 | box-orient: vertical; |
306 | } | 306 | } |
307 | 307 | ||
308 | // TODO: REMOVE THIS | 308 | .openDocumentsTab { |
309 | #rightPanelContent { | ||
310 | overflow-y:hidden; | ||
311 | } | ||
312 | |||
313 | #openDocumentsTabComponent { | ||
314 | height: 25px; | 309 | height: 25px; |
315 | position: relative; | 310 | position: relative; |
316 | overflow: hidden; | 311 | overflow: hidden; |
@@ -343,9 +338,8 @@ | |||
343 | background-color: #7f7f7f; | 338 | background-color: #7f7f7f; |
344 | } | 339 | } |
345 | 340 | ||
346 | #documentBar { | 341 | .documentBar { |
347 | height: 25px; | 342 | height: 25px; |
348 | width: 1000px; | ||
349 | position: relative; | 343 | position: relative; |
350 | overflow: hidden; | 344 | overflow: hidden; |
351 | color: white; | 345 | color: white; |