Reusable notice form fixes for geolocation

This commit is contained in:
Brion Vibber
2011-03-04 14:27:55 -08:00
parent 9689bda21c
commit 5358f78e82
11 changed files with 44 additions and 29 deletions

View File

@@ -116,10 +116,10 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
text-shadow:none;
}
.form_notice label[for=notice_data-geo] {
.form_notice label.notice_data-geo {
background-position:0 -1780px;
}
.form_notice label[for=notice_data-geo].checked {
.form_notice label.notice_data-geo.checked {
background-position:0 -1846px;
}
@@ -196,7 +196,7 @@ button.close,
.entity_role_administrator input.submit,
.entity_role_moderator input.submit,
.notice-options .repeated,
.form_notice label[for=notice_data-geo],
.form_notice label.notice_data-geo,
button.minimize,
.form_reset_key input.submit,
.entity_clear input.submit,