Outline for notice-option anchor

This commit is contained in:
sarven 2009-01-18 02:34:30 +00:00
parent 245f317bbd
commit c1a247358d
2 changed files with 12 additions and 2 deletions

View File

@ -162,6 +162,12 @@ margin-top:0;
margin-left:0; margin-left:0;
} }
.form_settings .form_note {
-moz-border-radius:4px;
padding:0 7px;
}
/* FORM SETTINGS */ /* FORM SETTINGS */
@ -769,7 +775,7 @@ display:inline;
display:none; display:none;
} }
.notice div.entry-content .timestamp a { .notice div.entry-content .timestamp a {
display:inline-block;
} }
.notice div.entry-content .device dt { .notice div.entry-content .device dt {
text-transform:lowercase; text-transform:lowercase;
@ -831,6 +837,7 @@ display:none;
.notice-options input, .notice-options input,
.notice-options a { .notice-options a {
text-indent:-9999px; text-indent:-9999px;
outline:none;
} }
.notice-options .notice_reply a, .notice-options .notice_reply a,
@ -850,7 +857,7 @@ padding-left:16px;
.notice-options form input.submit { .notice-options form input.submit {
cursor:pointer; cursor:pointer;
padding:2px 0 2px 17px; padding:2px 0 2px 10px;
} }
.notice-options .notice_delete dt, .notice-options .notice_delete dt,

View File

@ -203,6 +203,9 @@ background-color:#fcfcfc;
opacity:1; opacity:1;
} }
.form_settings .form_note {
background-color:#A9BF4F;
}
/*END: NOTICES */ /*END: NOTICES */