From 04a4e883f0df50064f480eb062d900764ba1a172 Mon Sep 17 00:00:00 2001 From: csarven Date: Sat, 22 Nov 2008 20:55:59 -0500 Subject: PostNotice AJAX working in all browsers except IE darcs-hash:20081123015559-eefa4-5ce05e6e79236c6d5ebc87f0aa3ec4de51bae130.gz --- theme/default/display.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'theme/default') diff --git a/theme/default/display.css b/theme/default/display.css index 5dcc5708a..47560b16b 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -189,6 +189,7 @@ form#favor, form.favor { input#favor, input.favor, input#disfavor, input.disfavor { background-color:#fcfff5; + background-color:transparent; background-image:url(icon_heart-02.gif); background-repeat:no-repeat; cursor: pointer; @@ -339,6 +340,8 @@ font-size:14px; font-size: 13px; line-height: 16px; border-bottom: 1px solid #dec5b5; + background-color:#FCFFF5; + opacity:1; } .notice_single:hover { background-color: #f7ebcc; @@ -349,10 +352,11 @@ font-size:14px; padding: 0; } #notice_delete_form #confirmation_text { - display: block; + display: block; font-size: 14px; font-weight: bold; } + input#submit_yes, input#submit_no { margin: 18px 10px 0px 0px; padding: 4px; @@ -673,6 +677,13 @@ textarea { font-weight: bold; text-align: right; } +.response_error textarea, +.response_error .on_max { +background-color:#fee; +} + + + /* ----- Subscribe Form ----- */ #content .subscribe .submit, #content .unsubscribe .submit, #remotesubscribe .button, #remotesubscribe { clear: left; @@ -964,4 +975,4 @@ margin-left:4.5em; display: inline; margin: 0; padding: 0; - } \ No newline at end of file + } -- cgit v1.2.3-54-g00ecf