diff options
author | Valerio Virgillito | 2012-03-20 00:27:16 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-20 00:27:16 -0700 |
commit | efde3eab7a31070427142fa03f17985163a8d33b (patch) | |
tree | 04beb9394154c7f20b6e062170473ff180680848 /js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css | |
parent | c28ba39e39e16e6c84f63c8564d1543f015ed0a9 (diff) | |
parent | 313354a8ff9ed21b826ab5f280bcf1095a64a7f4 (diff) | |
download | ninja-efde3eab7a31070427142fa03f17985163a8d33b.tar.gz |
Merge branch 'refs/heads/button-switch' into montage-integration
Diffstat (limited to 'js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css')
-rwxr-xr-x | js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css b/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css index 227a232b..7f8fdbc2 100755 --- a/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css +++ b/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css | |||
@@ -8,7 +8,33 @@ | |||
8 | display: none; | 8 | display: none; |
9 | } | 9 | } |
10 | 10 | ||
11 | .fieldCol .disabled | 11 | .fieldCol .disabled { |
12 | { | ||
13 | color:#999999; | 12 | color:#999999; |
14 | } \ No newline at end of file | 13 | } |
14 | |||
15 | |||
16 | #posBound { | ||
17 | position: absolute; | ||
18 | left: 105px; | ||
19 | border: none; | ||
20 | background-color: transparent; | ||
21 | top: 2px; | ||
22 | opacity: 0.7; | ||
23 | width: 17px; | ||
24 | height: 18px; | ||
25 | margin-right: 10px; | ||
26 | } | ||
27 | |||
28 | #posBound:hover { | ||
29 | opacity: 1; | ||
30 | } | ||
31 | |||
32 | .unlock{ | ||
33 | background: url("../../../../../images/optionsbar/unlinked.png") no-repeat; | ||
34 | |||
35 | } | ||
36 | |||
37 | .lockUp { | ||
38 | background: url("../../../../../images/optionsbar/link.png") no-repeat; | ||
39 | } | ||
40 | |||