diff options
Diffstat (limited to 'js/panels/properties.reel/properties.css')
-rwxr-xr-x | js/panels/properties.reel/properties.css | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/js/panels/properties.reel/properties.css b/js/panels/properties.reel/properties.css index f8d37984..0928da3a 100755 --- a/js/panels/properties.reel/properties.css +++ b/js/panels/properties.reel/properties.css | |||
@@ -47,6 +47,11 @@ padding-right:6px; | |||
47 | 47 | ||
48 | } | 48 | } |
49 | 49 | ||
50 | .propertiesPanel button.nj-skinned { | ||
51 | margin-left: -12px; | ||
52 | margin-top: -3px; | ||
53 | } | ||
54 | |||
50 | .propertiesPanel hr { | 55 | .propertiesPanel hr { |
51 | border: 0; | 56 | border: 0; |
52 | border-top: 1px solid #3c3c3c; | 57 | border-top: 1px solid #3c3c3c; |
@@ -230,23 +235,10 @@ padding-right:6px; | |||
230 | clear:none; | 235 | clear:none; |
231 | } | 236 | } |
232 | 237 | ||
233 | .propertiesPanel .LockToolUp, .propertiesPanel .UnLockToolUp { | ||
234 | position: absolute; | ||
235 | left: 105px; | ||
236 | border: none; | ||
237 | background-color: transparent; | ||
238 | top: 2px; | ||
239 | opacity: 0.7; | ||
240 | } | ||
241 | |||
242 | .propertiesPanel .button:active { | 238 | .propertiesPanel .button:active { |
243 | outline: none; | 239 | outline: none; |
244 | } | 240 | } |
245 | 241 | ||
246 | .propertiesPanel .LockToolUp:hover, .propertiesPanel .UnLockToolUp:hover { | ||
247 | opacity: 1; | ||
248 | } | ||
249 | |||
250 | .propertiesPanel input[type="checkbox"].nj-skinned, .propertiesPanel input[type="radio"].nj-skinned { | 242 | .propertiesPanel input[type="checkbox"].nj-skinned, .propertiesPanel input[type="radio"].nj-skinned { |
251 | position: relative; | 243 | position: relative; |
252 | overflow: visible; | 244 | overflow: visible; |