diff options
Diffstat (limited to 'js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css')
-rwxr-xr-x | js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css | 31 |
1 files changed, 23 insertions, 8 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 a926a0b4..4136339c 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,27 +4,42 @@ | |||
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 | .inkBottleProperties input[type="checkbox"].nj-skinned { | 7 | .toolOptionsFloatChildren > * { |
8 | float:left; | 8 | float:left; |
9 | margin-top:5px; | ||
10 | } | 9 | } |
11 | 10 | ||
12 | .inkBottleProperties select.nj-skinned { | 11 | .inkBottleOptions { |
13 | float:left; | 12 | padding: 6px; |
14 | margin:2px 5px 0 0; | 13 | } |
14 | |||
15 | .inkBottleOptions .nj-divider { | ||
16 | margin-left: 16px; | ||
17 | margin-right: 16px; | ||
15 | } | 18 | } |
16 | 19 | ||
17 | .inkBottleProperties label.disabled { | 20 | .toolOptionsFloatChildren select.nj-skinned { |
21 | margin-top: 2px; | ||
22 | } | ||
23 | |||
24 | .inkBottleOptions label.disabled { | ||
18 | color:#999999; | 25 | color:#999999; |
19 | } | 26 | } |
20 | 27 | ||
21 | .inkBottleProperties label.disabled:hover { | 28 | .inkBottleOptions label.disabled:hover { |
22 | color:#999999; | 29 | color:#999999; |
23 | background-color: transparent; | 30 | background-color: transparent; |
24 | cursor:default; | 31 | cursor:default; |
25 | } | 32 | } |
26 | 33 | ||
27 | .inkBottleProperties div.disabled:hover { | 34 | .inkBottleOptions div.disabled:hover { |
28 | background-color: transparent; | 35 | background-color: transparent; |
29 | cursor:default; | 36 | cursor:default; |
37 | } | ||
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); | ||
30 | } \ No newline at end of file | 45 | } \ No newline at end of file |