diff options
Diffstat (limited to '_scss/imports/scss/_Tools.scss')
-rwxr-xr-x | _scss/imports/scss/_Tools.scss | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/_scss/imports/scss/_Tools.scss b/_scss/imports/scss/_Tools.scss index 8614285f..935c4cd6 100755 --- a/_scss/imports/scss/_Tools.scss +++ b/_scss/imports/scss/_Tools.scss | |||
@@ -4,15 +4,15 @@ | |||
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 | * Tools.scss | 8 | // Tools.scss |
9 | * For individual tool styles in the toolbar, see toolbar.scss. | 9 | // For individual tool styles in the toolbar, see toolbar.scss. |
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 | 14 | ||
15 | /*Made changes to toolButton */ | 15 | // Made changes to toolButton |
16 | 16 | ||
17 | .toolButton { | 17 | .toolButton { |
18 | width:26px; | 18 | width:26px; |
@@ -33,7 +33,7 @@ | |||
33 | 33 | ||
34 | .subOption{ | 34 | .subOption{ |
35 | float:left; | 35 | float:left; |
36 | /*margin:10px;*/ | 36 | // margin:10px; |
37 | margin-top: 5px; | 37 | margin-top: 5px; |
38 | margin-left: 10px; | 38 | margin-left: 10px; |
39 | margin-right: 10px; | 39 | margin-right: 10px; |
@@ -57,8 +57,8 @@ | |||
57 | .toolSeparator { | 57 | .toolSeparator { |
58 | height:1px; | 58 | height:1px; |
59 | width:30px; | 59 | width:30px; |
60 | /*margin-left: 3px;*/ | 60 | // margin-left: 3px; |
61 | /*margin-right: 3px;*/ | 61 | // margin-right: 3px; |
62 | } | 62 | } |
63 | 63 | ||
64 | .toolSeparatorTop { | 64 | .toolSeparatorTop { |
@@ -94,13 +94,13 @@ | |||
94 | } | 94 | } |
95 | 95 | ||
96 | 96 | ||
97 | /* Added new styling Sub Tool Shape Options*/ | 97 | // Added new styling Sub Tool Shape Options |
98 | 98 | ||
99 | .textBox { | 99 | .textBox { |
100 | 100 | ||
101 | padding-top:3px; | 101 | padding-top:3px; |
102 | min-width:10em; | 102 | min-width:10em; |
103 | /*height:14px;*/ | 103 | // height:14px; |
104 | margin-left:5px; | 104 | margin-left:5px; |
105 | position:relative; | 105 | position:relative; |
106 | margin-top:0px; | 106 | margin-top:0px; |
@@ -113,7 +113,7 @@ | |||
113 | float:left; | 113 | float:left; |
114 | display:block; | 114 | display:block; |
115 | background-color: $color-tool-select-bg; | 115 | background-color: $color-tool-select-bg; |
116 | /*-webkit-border-radius: 0;*/ | 116 | // -webkit-border-radius: 0; |
117 | border: 1px solid $color-tool-select-border; | 117 | border: 1px solid $color-tool-select-border; |
118 | color:$color-tool-text; | 118 | color:$color-tool-text; |
119 | outline:none; | 119 | outline:none; |
@@ -129,8 +129,8 @@ | |||
129 | padding-top:3px; | 129 | padding-top:3px; |
130 | margin-left:10px; | 130 | margin-left:10px; |
131 | font-size:12px; | 131 | font-size:12px; |
132 | /*display:inline;*/ | 132 | // display:inline; |
133 | /*line-height:10px;*/ | 133 | // line-height:10px; |
134 | float:left; | 134 | float:left; |
135 | margin-right:5px; | 135 | margin-right:5px; |
136 | } | 136 | } |
@@ -201,7 +201,7 @@ | |||
201 | { | 201 | { |
202 | display:inline; | 202 | display:inline; |
203 | float:left; | 203 | float:left; |
204 | /*margin-left: 20px;*/ | 204 | // margin-left: 20px; |
205 | } | 205 | } |
206 | 206 | ||
207 | .leftLabel{ | 207 | .leftLabel{ |
@@ -209,7 +209,7 @@ | |||
209 | float:left; | 209 | float:left; |
210 | } | 210 | } |
211 | 211 | ||
212 | /* Skin Radio Buttons */ | 212 | // Skin Radio Buttons |
213 | input[type="radio"] { | 213 | input[type="radio"] { |
214 | -webkit-appearance: none; | 214 | -webkit-appearance: none; |
215 | background: $color-radio-bg; | 215 | background: $color-radio-bg; |
@@ -236,7 +236,7 @@ input[type="radio"]:checked { | |||
236 | border-style: solid; | 236 | border-style: solid; |
237 | } | 237 | } |
238 | 238 | ||
239 | /*disabled settings for checkbox and radiobutton*/ | 239 | // disabled settings for checkbox and radiobutton |
240 | input[type="radio"]:disabled { | 240 | input[type="radio"]:disabled { |
241 | opacity: .3; | 241 | opacity: .3; |
242 | background: $color-radio-border; | 242 | background: $color-radio-border; |
@@ -258,8 +258,8 @@ input[type="radio"]:disabled { | |||
258 | } | 258 | } |
259 | 259 | ||
260 | .checkBoxLabel{ | 260 | .checkBoxLabel{ |
261 | /*margin-top:0.5em;*/ | 261 | // margin-top:0.5em; |
262 | /*margin-left:-5em;*/ | 262 | // margin-left:-5em; |
263 | padding-top:3px; | 263 | padding-top:3px; |
264 | font-size:12px; | 264 | font-size:12px; |
265 | float:left; | 265 | float:left; |
@@ -286,7 +286,7 @@ input[type="radio"]:disabled { | |||
286 | .toolButtonSelectedColor { | 286 | .toolButtonSelectedColor { |
287 | border-top-color: $color-tool-border-selected; | 287 | border-top-color: $color-tool-border-selected; |
288 | border-left-color: $color-tool-border-selected; | 288 | border-left-color: $color-tool-border-selected; |
289 | /* background: $color-tool-bg-active;*/ | 289 | // background: $color-tool-bg-active; |
290 | 290 | ||
291 | } | 291 | } |
292 | 292 | ||
@@ -328,7 +328,7 @@ input[type="radio"]:disabled { | |||
328 | @include marginTop(5px); | 328 | @include marginTop(5px); |
329 | } | 329 | } |
330 | 330 | ||
331 | /* Begin: styles for tag toolbar */ | 331 | // Begin: styles for tag toolbar |
332 | #tagToolContainer input.tag-type, | 332 | #tagToolContainer input.tag-type, |
333 | #rotateObjectToolContainer input.tag-type, | 333 | #rotateObjectToolContainer input.tag-type, |
334 | #translateObjectToolContainer input.tag-type { | 334 | #translateObjectToolContainer input.tag-type { |
@@ -484,4 +484,4 @@ input[type="radio"]:disabled { | |||
484 | 484 | ||
485 | } | 485 | } |
486 | 486 | ||
487 | /* Endi: styles for tag toolbar */ \ No newline at end of file | 487 | // Endi: styles for tag toolbar \ No newline at end of file |