diff options
Diffstat (limited to '_scss/imports/scss/_MainWindow.scss')
-rw-r--r-- | _scss/imports/scss/_MainWindow.scss | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/_scss/imports/scss/_MainWindow.scss b/_scss/imports/scss/_MainWindow.scss index 0807d894..23ace69b 100644 --- a/_scss/imports/scss/_MainWindow.scss +++ b/_scss/imports/scss/_MainWindow.scss | |||
@@ -4,12 +4,12 @@ | |||
4 | // (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | 4 | // (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. |
5 | // </copyright> | 5 | // </copyright> |
6 | 6 | ||
7 | /* | 7 | |
8 | * MainWindow.scss | 8 | // MainWindow.scss |
9 | * Styles governing the main window and overall layout of the application. | 9 | // Styles governing the main window and overall layout of the application. |
10 | * Note that colors and font definitions go in | 10 | // Note that colors and font definitions go in |
11 | * _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss | 11 | // _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss |
12 | */ | 12 | |
13 | 13 | ||
14 | body { | 14 | body { |
15 | position: absolute; | 15 | position: absolute; |
@@ -83,9 +83,9 @@ | |||
83 | } | 83 | } |
84 | 84 | ||
85 | #bottomPanelContainer { | 85 | #bottomPanelContainer { |
86 | /*border: 1px solid #333; | 86 | //border: 1px solid #333; |
87 | background: transparent; | 87 | background: transparent; |
88 | */ | 88 | |
89 | min-height:80px; | 89 | min-height:80px; |
90 | max-height:50%; | 90 | max-height:50%; |
91 | overflow:auto; | 91 | overflow:auto; |
@@ -200,14 +200,14 @@ | |||
200 | } | 200 | } |
201 | 201 | ||
202 | #mainContainer #rulerTop { | 202 | #mainContainer #rulerTop { |
203 | /* TODO: temporary background please replace when component is implemented */ | 203 | // TODO: temporary background please replace when component is implemented |
204 | background: url("../images/temp/ruler-top.png"); | 204 | background: url("../images/temp/ruler-top.png"); |
205 | height:15px; | 205 | height:15px; |
206 | margin-bottom: 0px; | 206 | margin-bottom: 0px; |
207 | } | 207 | } |
208 | 208 | ||
209 | #rulerLeft { | 209 | #rulerLeft { |
210 | /* TODO: temporary background please replace when component is implemented */ | 210 | // TODO: temporary background please replace when component is implemented |
211 | background: url("../images/temp/ruler-left.png"); | 211 | background: url("../images/temp/ruler-left.png"); |
212 | width:16px; | 212 | width:16px; |
213 | } | 213 | } |
@@ -246,7 +246,7 @@ | |||
246 | 246 | ||
247 | .resizeBar { -webkit-transition: all 0.15s linear; } | 247 | .resizeBar { -webkit-transition: all 0.15s linear; } |
248 | 248 | ||
249 | /* Splitters Collapsed */ | 249 | // Splitters Collapsed |
250 | .panelContainer, .panelContainer.collapsed { -webkit-transition: all 0.15s ease-in; } | 250 | .panelContainer, .panelContainer.collapsed { -webkit-transition: all 0.15s ease-in; } |
251 | .panel.disableTransition { -webkit-transition: none !important; -webkit-box-flex:0.1 !important; } | 251 | .panel.disableTransition { -webkit-transition: none !important; -webkit-box-flex:0.1 !important; } |
252 | .disableTransition { -webkit-transition: none !important; -webkit-box-flex:0 !important; } | 252 | .disableTransition { -webkit-transition: none !important; -webkit-box-flex:0 !important; } |
@@ -258,7 +258,7 @@ | |||
258 | .topSplitter.collapsed { -webkit-transform:rotate(180deg); } | 258 | .topSplitter.collapsed { -webkit-transform:rotate(180deg); } |
259 | .bottomSplitter.collapsed { -webkit-transform:rotate(0deg); } | 259 | .bottomSplitter.collapsed { -webkit-transform:rotate(0deg); } |
260 | 260 | ||
261 | /* | 261 | // |
262 | 262 | ||
263 | 263 | ||
264 | .stageContentShadow { | 264 | .stageContentShadow { |
@@ -267,15 +267,15 @@ | |||
267 | box-shadow: 3px 5px 4px $color-app-shadow; | 267 | box-shadow: 3px 5px 4px $color-app-shadow; |
268 | } | 268 | } |
269 | 269 | ||
270 | */ | 270 | |
271 | /* | 271 | // |
272 | .baseBox { | 272 | .baseBox { |
273 | display:-webkit-box; | 273 | display:-webkit-box; |
274 | display:-moz-box; | 274 | display:-moz-box; |
275 | display: box; | 275 | display: box; |
276 | } | 276 | } |
277 | 277 | ||
278 | /* Generic style to make any element unselectable */ | 278 | // Generic style to make any element unselectable |
279 | .unselectable { | 279 | .unselectable { |
280 | -webkit-user-select: none; | 280 | -webkit-user-select: none; |
281 | } | 281 | } |