Using visibility:hidden instead of display:none for checkbox
This commit is contained in:
parent
d22cdad5fe
commit
aea83bbe15
@ -73,7 +73,7 @@ input.checkbox,
|
|||||||
input.radio {
|
input.radio {
|
||||||
position:relative;
|
position:relative;
|
||||||
top:2px;
|
top:2px;
|
||||||
left:0;
|
left:auto;
|
||||||
border:0;
|
border:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -568,7 +568,8 @@ float:right;
|
|||||||
font-size:0.8em;
|
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;
|
position:absolute;
|
||||||
top:25px;
|
top:25px;
|
||||||
right:4px;
|
right:4px;
|
||||||
@ -579,7 +580,7 @@ height:16px;
|
|||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
.form_notice #notice_data-geo_wrap input {
|
.form_notice #notice_data-geo_wrap input {
|
||||||
display:none;
|
visibility:hidden;
|
||||||
}
|
}
|
||||||
.form_notice #notice_data-geo_wrap label {
|
.form_notice #notice_data-geo_wrap label {
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user