diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-22 20:55:59 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-22 20:55:59 -0500 |
commit | 04a4e883f0df50064f480eb062d900764ba1a172 (patch) | |
tree | 7127b44105498bd446a988e6ef317c1969e03831 /theme/default | |
parent | cc10e1505f358dbbb6079b8374e72f3e19bafb99 (diff) |
PostNotice AJAX working in all browsers except IE
darcs-hash:20081123015559-eefa4-5ce05e6e79236c6d5ebc87f0aa3ec4de51bae130.gz
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/display.css | 15 |
1 files changed, 13 insertions, 2 deletions
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 + } |