diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-16 20:57:18 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-26 01:12:39 +0100 |
commit | e9a155db733f5266816ae5904db1eace4af1e2df (patch) | |
tree | 0e6cb1f35e03fe8642fcddf9b18263784207fd8a /theme | |
parent | 591c5037a745f1b620b213ddaa84c82c64201b71 (diff) |
Using visibility:hidden instead of display:none for checkbox
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 2e4c88dfa..893cc60b5 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -73,7 +73,7 @@ input.checkbox, input.radio { position:relative; top:2px; -left:0; +left:auto; border:0; } @@ -567,7 +567,8 @@ float:right; font-size:0.8em; } -.form_notice #notice_data-geo_wrap label { +.form_notice #notice_data-geo_wrap label, +.form_notice #notice_data-geo_wrap input { position:absolute; top:25px; right:4px; @@ -578,7 +579,7 @@ height:16px; display:block; } .form_notice #notice_data-geo_wrap input { -display:none; +visibility:hidden; } .form_notice #notice_data-geo_wrap label { font-weight:normal; |