From: Sarven Capadisli Date: Sat, 16 Jan 2010 20:57:18 +0000 (+0000) Subject: Using visibility:hidden instead of display:none for checkbox X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2a1ab137cc233314b4c115d0687c27c7dbaec96f;p=quix0rs-gnu-social.git Using visibility:hidden instead of display:none for checkbox --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 507733979f..fc11a9234d 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;