aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/properties.css
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 00:54:30 -0700
committerValerio Virgillito2012-05-16 00:54:30 -0700
commit6dfe2e62b1d7a71daf097aac3a31213d564e6122 (patch)
treec40c07be0bfcdd9001723b65bf4cc3b0358da9fe /js/panels/properties.reel/properties.css
parent9464de58d5bb8b467829926b9d01c0760ec4d790 (diff)
downloadninja-6dfe2e62b1d7a71daf097aac3a31213d564e6122.tar.gz
Removing the old checkbox components. Created a new LabelCheckbox
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/properties.reel/properties.css')
-rwxr-xr-xjs/panels/properties.reel/properties.css8
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;