diff options
Diffstat (limited to 'scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 4 | ||||
-rwxr-xr-x | scss/imports/scss/_Workspace.scss | 20 | ||||
-rwxr-xr-x | scss/imports/scss/_toolbar.scss | 4 | ||||
-rwxr-xr-x | scss/ninja.scss | 1 |
4 files changed, 27 insertions, 2 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index 2fdf0ac6..31ac97ea 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -206,7 +206,7 @@ | |||
206 | background:$color-stage url('../images/temp/ruler-top.png'); | 206 | background:$color-stage url('../images/temp/ruler-top.png'); |
207 | height:15px; | 207 | height:15px; |
208 | margin-bottom: 0px; | 208 | margin-bottom: 0px; |
209 | border-right: 11px solid black; | 209 | //border-right: 11px solid black; |
210 | } | 210 | } |
211 | 211 | ||
212 | .rulerLeft { | 212 | .rulerLeft { |
@@ -214,7 +214,7 @@ | |||
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'); |
216 | width:16px; | 216 | width:16px; |
217 | border-bottom: 11px solid black; | 217 | //border-bottom: 11px solid black; |
218 | } | 218 | } |
219 | 219 | ||
220 | #stateBar { | 220 | #stateBar { |
diff --git a/scss/imports/scss/_Workspace.scss b/scss/imports/scss/_Workspace.scss new file mode 100755 index 00000000..06f50a23 --- /dev/null +++ b/scss/imports/scss/_Workspace.scss | |||
@@ -0,0 +1,20 @@ | |||
1 | // <copyright> | ||
2 | // This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | // No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | // (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | // </copyright> | ||
6 | |||
7 | //Binding Mode | ||
8 | |||
9 | body .panel.ws-binding { | ||
10 | display:none; | ||
11 | -webkit-box-flex-group:2; | ||
12 | } | ||
13 | |||
14 | body.ws-binding .rightPanelContent .panel { | ||
15 | display:none; | ||
16 | } | ||
17 | |||
18 | body.ws-binding .rightPanelContent .panel.ws-binding { | ||
19 | display:-webkit-box; | ||
20 | } \ No newline at end of file | ||
diff --git a/scss/imports/scss/_toolbar.scss b/scss/imports/scss/_toolbar.scss index e4bf64bf..f0bc4a41 100755 --- a/scss/imports/scss/_toolbar.scss +++ b/scss/imports/scss/_toolbar.scss | |||
@@ -141,6 +141,10 @@ | |||
141 | background-image:url("../images/tools/Tool-FillColor.png"); | 141 | background-image:url("../images/tools/Tool-FillColor.png"); |
142 | } | 142 | } |
143 | 143 | ||
144 | .bindingTool { | ||
145 | background-image:url("../images/tools/binding.png"); | ||
146 | } | ||
147 | |||
144 | .toolsList .colortoolbar { | 148 | .toolsList .colortoolbar { |
145 | padding-left: 1px; | 149 | padding-left: 1px; |
146 | padding-top:4px; | 150 | padding-top:4px; |
diff --git a/scss/ninja.scss b/scss/ninja.scss index 13db5588..73ca8ff2 100755 --- a/scss/ninja.scss +++ b/scss/ninja.scss | |||
@@ -32,6 +32,7 @@ | |||
32 | @import "imports/scss/ScrollBars"; | 32 | @import "imports/scss/ScrollBars"; |
33 | @import "imports/scss/Components"; | 33 | @import "imports/scss/Components"; |
34 | @import "imports/scss/MontageOverrides"; | 34 | @import "imports/scss/MontageOverrides"; |
35 | @import "imports/scss/Workspace"; | ||
35 | 36 | ||
36 | body { | 37 | body { |
37 | } | 38 | } |