diff options
author | angie <angie> | 2008-07-16 12:07:00 +0000 |
---|---|---|
committer | angie <angie> | 2008-07-16 12:07:00 +0000 |
commit | 04d4bc0219ac11fb2d980724f87bf5ae95e165d5 (patch) | |
tree | 16b1dd408f168c1312f4685c10f64b7ec48de8bd | |
parent | 5a4c56119fb24f2dda849d2872ecfcc32cfa3e19 (diff) |
CSS : Now works in IE6
-rw-r--r-- | public/stylesheets/main.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index abf56c659..754625099 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -317,12 +317,13 @@ dd { margin: 0.6em 0 2em 4em; width: 30em; } } #request_sidebar .request_listing span.desc + /* sidebar request list only */ { - width: 9em; - background-image: url(../images/navimg/quote-open.png); + width: 9.9em; + background-image: url(../images/navimg/quote-open-small.png); background-repeat: no-repeat; background-position: 0 0; - padding: 8px 0 1em 25px; + padding: 2px 2px 1em 15px; } #request_sidebar span.bottomline @@ -593,6 +594,9 @@ div[id|="incoming"] { background-color: #E7E7E7; font-family: Times New Roman, T a img.attachment_image {border: 0px;} +.describe_state_form +{ clear: both; float: left; } + /*------------------------------------------------ authority listings */ #body_sidebar { font-size: 0.85em; @@ -673,7 +677,8 @@ p#sign_in_reason float: left; } -#signup .form_item_note +#signup .form_item_note, +#signin .form_note { font-size: 0.8em; width: 224px; /*width: 16em;*/ |