diff options
Diffstat (limited to 'js/panels/properties.reel/properties.css')
-rwxr-xr-x | js/panels/properties.reel/properties.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/panels/properties.reel/properties.css b/js/panels/properties.reel/properties.css index 0928da3a..756ecc5c 100755 --- a/js/panels/properties.reel/properties.css +++ b/js/panels/properties.reel/properties.css | |||
@@ -256,17 +256,17 @@ padding-right:6px; | |||
256 | content: "•"; | 256 | content: "•"; |
257 | } | 257 | } |
258 | 258 | ||
259 | .propertiesPanel input.nj-skinned label { | 259 | .propertiesPanel .checkbox-label { |
260 | position: absolute; | 260 | position: absolute; |
261 | top: 0; | 261 | top: 4px; |
262 | left: 15px; | 262 | padding-left: 5px; |
263 | /*left: 15px;*/ | ||
263 | font-size: 10px; | 264 | font-size: 10px; |
264 | width:55px; | 265 | width:55px; |
265 | text-align: left; | 266 | text-align: left; |
266 | font-weight: normal; | 267 | font-weight: normal; |
267 | color:#FFF; | 268 | color:#FFF; |
268 | } | 269 | } |
269 | |||
270 | .propertiesPanel input[type='radio'].nj-skinned { | 270 | .propertiesPanel input[type='radio'].nj-skinned { |
271 | text-indent: 0px; | 271 | text-indent: 0px; |
272 | line-height: 5px; | 272 | line-height: 5px; |