Notice form cleanup: removing hardcoded id from counter references; prep for reusable notice forms.

This commit is contained in:
Brion Vibber
2011-03-03 17:15:17 -08:00
parent f94a5e1a6a
commit b58aa29168
35 changed files with 94 additions and 97 deletions

View File

@@ -57,12 +57,12 @@ border-color:#DDDDDD;
background:none;
}
.form_notice.warning #notice_text-count,
.form_notice.warning .count,
.form_settings .form_note {
background-color:#9BB43E;
}
input.submit,
.form_notice.warning #notice_text-count,
.form_notice.warning .count,
.form_settings .form_note,
.entity_actions a,
.entity_actions input,
@@ -81,7 +81,7 @@ background-color:transparent;
}
input:focus, textarea:focus, select:focus,
.form_notice.warning textarea,
.form_notice.warning #notice_text-count,
.form_notice.warning .count,
.form_settings .form_note,
.entity_actions .dialogbox .form_data input:focus {
border-color:#9BB43E;
@@ -144,10 +144,10 @@ border-top-color:#C8D1D5;
background-color:#C8D1D5;
}
#notice_text-count {
.form_notice .count {
color:#333333;
}
.form_notice.warning #notice_text-count,
.form_notice.warning .count,
.dialogbox,
.entity_actions .dialogbox input {
color:#000000;

View File

@@ -13,7 +13,7 @@ color:#FFFFFF;
#site_nav_local_views a {
background-color:#C8D1D5;
}
.form_notice .form_note + label {
.form_notice .count + label {
background:transparent url(../../base/images/icons/icons-01.gif) no-repeat 0 -328px;
}
.form_notice #notice_data-attach {