aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-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/ink-bottle-properties.reel/ink-bottle-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/ink-bottle-properties.reel/ink-bottle-properties.css')
-rwxr-xr-xjs/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css24
1 files changed, 2 insertions, 22 deletions
diff --git a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css
index 4136339c..3dba17b6 100755
--- a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css
+++ b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css
@@ -4,21 +4,9 @@
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.toolOptionsFloatChildren > * {
8 float:left;
9}
10
11.inkBottleOptions {
12 padding: 6px;
13}
14 7
15.inkBottleOptions .nj-divider { 8.inkBottleOptions select.nj-skinned {
16 margin-left: 16px; 9 margin-top: 2px;
17 margin-right: 16px;
18}
19
20.toolOptionsFloatChildren select.nj-skinned {
21 margin-top: 2px;
22} 10}
23 11
24.inkBottleOptions label.disabled { 12.inkBottleOptions label.disabled {
@@ -35,11 +23,3 @@
35 background-color: transparent; 23 background-color: transparent;
36 cursor:default; 24 cursor:default;
37} 25}
38
39.inkBottleOptions .colorCtrlIcon {
40 width: 20px;
41 height: 20px;
42 margin-top: 2px;
43 -webkit-transform: scale(0.8);
44 background-color: rgb(40, 40, 40);
45} \ No newline at end of file