]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using visibility:hidden instead of display:none for checkbox
authorSarven Capadisli <csarven@status.net>
Sat, 16 Jan 2010 20:57:18 +0000 (20:57 +0000)
committerSarven Capadisli <csarven@status.net>
Tue, 26 Jan 2010 00:12:39 +0000 (01:12 +0100)
theme/base/css/display.css

index 2e4c88dfa32e11c411a512d6c9fe13b07006c3da..893cc60b51d44d2c9b81237b5bb6c511ac8b9101 100644 (file)
@@ -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;