summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-16 20:57:18 +0000
committerSarven Capadisli <csarven@status.net>2010-01-16 20:57:18 +0000
commitaea83bbe152efd127338270561a1cc56c46df44d (patch)
treec0b21cfdb2689bcfab5aaabc0bdfa7d6f815230e /theme
parentd22cdad5feff8921a6482649933c0e8f64d39502 (diff)
Using visibility:hidden instead of display:none for checkbox
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index a82d7b2a9..fbf3b6a5b 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;
}
@@ -568,7 +568,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;
@@ -579,7 +580,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;