aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/shape-properties.reel/shape-properties.css
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-09 18:07:32 -0700
committerJohn Mayhew2012-05-09 18:07:32 -0700
commit18370abcf406c6ab36d5c5f2613cb79e756ff6d2 (patch)
tree7c1c75a974dc593f73149770f94c8d746eb4926f /js/components/tools-properties/shape-properties.reel/shape-properties.css
parent7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a (diff)
downloadninja-18370abcf406c6ab36d5c5f2613cb79e756ff6d2.tar.gz
-Consolidated many redundant css classes used in the tool options bars
Diffstat (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.css')
-rwxr-xr-xjs/components/tools-properties/shape-properties.reel/shape-properties.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.css b/js/components/tools-properties/shape-properties.reel/shape-properties.css
index 4dc64d66..c1f8a8ce 100755
--- a/js/components/tools-properties/shape-properties.reel/shape-properties.css
+++ b/js/components/tools-properties/shape-properties.reel/shape-properties.css
@@ -4,14 +4,6 @@
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 .optionsShapeTool {
8 padding: 6px;
9}
10
11 .optionsShapeTool > * {
12 float:left;
13}
14
15.optionsShapeTool select.nj-skinned { 7.optionsShapeTool select.nj-skinned {
16 margin-top: 2px; 8 margin-top: 2px;
17} 9}
@@ -21,21 +13,6 @@
21 margin-left: -31px; 13 margin-left: -31px;
22} 14}
23 15
24 .optionsShapeTool .fillColorCtrl, .optionsShapeTool .strokeColorCtrl {
25 width: 20px;
26 height: 18px;
27 margin: 1px 6px;
28 border: 1px black solid;
29}
30
31 .optionsShapeTool .colorCtrlIcon {
32 width: 20px;
33 height: 20px;
34 margin-top: 2px;
35 -webkit-transform: scale(0.8);
36 background-color: rgb(40, 40, 40);
37}
38
39.optionsShapeTool checkbox { 16.optionsShapeTool checkbox {
40 padding: 6px; 17 padding: 6px;
41} 18}