diff options
author | hwc487 | 2012-05-17 08:58:52 -0700 |
---|---|---|
committer | hwc487 | 2012-05-17 08:58:52 -0700 |
commit | a73034090b30d79a0722fc5d32e081f35d2c7f5c (patch) | |
tree | 1c7a8c519a3d2e2f52df73511281918c6c70449a /js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css | |
parent | cb37bee07085690d72e69a82e76cae9166e5f0f1 (diff) | |
parent | c37a876b373ddc7cb19277aaeaa6bb2d2d5a50ac (diff) | |
download | ninja-a73034090b30d79a0722fc5d32e081f35d2c7f5c.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into 3DBugs
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 | 17 |
1 files changed, 6 insertions, 11 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..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,27 +4,22 @@ | |||
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 { | ||
8 | float:left; | ||
9 | margin-top:5px; | ||
10 | } | ||
11 | 7 | ||
12 | .inkBottleProperties select.nj-skinned { | 8 | .inkBottleOptions select.nj-skinned { |
13 | float:left; | 9 | margin-top: 2px; |
14 | margin:2px 5px 0 0; | ||
15 | } | 10 | } |
16 | 11 | ||
17 | .inkBottleProperties label.disabled { | 12 | .inkBottleOptions label.disabled { |
18 | color:#999999; | 13 | color:#999999; |
19 | } | 14 | } |
20 | 15 | ||
21 | .inkBottleProperties label.disabled:hover { | 16 | .inkBottleOptions label.disabled:hover { |
22 | color:#999999; | 17 | color:#999999; |
23 | background-color: transparent; | 18 | background-color: transparent; |
24 | cursor:default; | 19 | cursor:default; |
25 | } | 20 | } |
26 | 21 | ||
27 | .inkBottleProperties div.disabled:hover { | 22 | .inkBottleOptions div.disabled:hover { |
28 | background-color: transparent; | 23 | background-color: transparent; |
29 | cursor:default; | 24 | cursor:default; |
30 | } \ No newline at end of file | 25 | } |