aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/properties.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/properties.reel/properties.css')
-rwxr-xr-xjs/panels/properties.reel/properties.css23
1 files changed, 19 insertions, 4 deletions
diff --git a/js/panels/properties.reel/properties.css b/js/panels/properties.reel/properties.css
index 0928da3a..5306eb5b 100755
--- a/js/panels/properties.reel/properties.css
+++ b/js/panels/properties.reel/properties.css
@@ -4,6 +4,21 @@
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/* Cleanup TODO - now that we removed the color toolbar from the tools panel, we no longer load the colortoolbar reel.
8 Currently the color chips in the property inspector rely on the colortoolbar button style so we
9 copied the class here. When we do the color feature cleanup we should remove this dependency.
10*/
11.colortoolbar button {
12 float: left;
13 clear: both;
14 width: 27px;
15 height: 27px;
16 background: black;
17 border: 1px solid #000;
18 padding: 0;
19 margin: 0px;
20}
21
7.propertiesPanel { 22.propertiesPanel {
8 color:#FFF; 23 color:#FFF;
9 overflow-x: hidden; 24 overflow-x: hidden;
@@ -256,17 +271,17 @@ padding-right:6px;
256 content: "•"; 271 content: "•";
257} 272}
258 273
259.propertiesPanel input.nj-skinned label { 274.propertiesPanel .checkbox-label {
260 position: absolute; 275 position: absolute;
261 top: 0; 276 top: 4px;
262 left: 15px; 277 padding-left: 5px;
278 /*left: 15px;*/
263 font-size: 10px; 279 font-size: 10px;
264 width:55px; 280 width:55px;
265 text-align: left; 281 text-align: left;
266 font-weight: normal; 282 font-weight: normal;
267 color:#FFF; 283 color:#FFF;
268} 284}
269
270.propertiesPanel input[type='radio'].nj-skinned { 285.propertiesPanel input[type='radio'].nj-skinned {
271 text-indent: 0px; 286 text-indent: 0px;
272 line-height: 5px; 287 line-height: 5px;