aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css
diff options
context:
space:
mode:
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