diff options
-rw-r--r-- | public/stylesheets/main.css | 60 |
1 files changed, 16 insertions, 44 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index d9ea1de5e..81fd09998 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -142,7 +142,7 @@ body } #navigation_search input#navigation_search_query { - width: 12em; + width: 14em; } #navigation_search p { margin: 0 0.6em 0 0; } @@ -223,7 +223,7 @@ body clear: both; top: 0px; padding-top: 100px; - width: 54em; + width: 58em; margin: 0px auto 1.2em auto; /* = 800px at default size? so 1em = 16px*/ text-align: left; @@ -414,7 +414,7 @@ div#blog_sidebar img /*-----------------------------list sidebars----------------*/ #list_sidebar { - width: 10em; + width: 14em; float: right; font-size: 0.85em; border-color: #AEAEAE; @@ -453,7 +453,7 @@ div#blog_sidebar img { float: left; clear: both; - width: 12.9em; + width: 16.9em; background-image: url(../images/navimg/quote-open-small.png); background-repeat: no-repeat; background-position: 0 0; @@ -488,7 +488,7 @@ div#blog_sidebar img } .body_listing { - _width: 45em; + _width: 47em; } /*.body_listing, .user_listing @@ -548,7 +548,7 @@ div#blog_sidebar img .request_listing span.bottomline /* full page request list only */ { - width: 33em; + width: 35em; margin: 0 0 0.6em 0; background-repeat: no-repeat; background-position: left center; @@ -615,7 +615,7 @@ div#blog_sidebar img .request_listing span.desc /* full page request list only */ { - width: 23em; + width: 25em; background-image: url(../images/navimg/quote-open.png); background-repeat: no-repeat; background-position: 0 0; @@ -765,14 +765,14 @@ div.pagination { text-align: center; padding-top: 0.3em;} font-size: 1.0em; color: #454545; float: left; - width: 37em; + width: 39em; } .undescribed_requests { clear: both; } .requires_admin_details { margin-left: 1.8em; - width: 35em; + width: 37em; } .single_user { clear: left; @@ -784,7 +784,7 @@ div.pagination { text-align: center; padding-top: 0.3em;} { float: right; clear: none; - width: 12em; + width: 14em; margin: 0 0 0 0.6em; font-size: 0.9em; } @@ -797,7 +797,7 @@ div.pagination { text-align: center; padding-top: 0.3em;} div.correspondence { - width: 38em; + width: 40em; float: left; padding: 0em 0.5em 0em 0.5em; margin: 0 0 1em 0; @@ -814,7 +814,7 @@ div.correspondence h2 div.comment_in_request { - width: 37em; + width: 39em; float: left; padding: 0em 0.5em 0em 0.5em; margin: 0 0 1em 0; @@ -828,7 +828,7 @@ div#after_actions { float: left; margin-bottom: 1em; - width: 37em; + width: 39em; } div#anyone_actions @@ -1004,45 +1004,17 @@ p#sign_in_reason #signin .form_note { font-size: 0.8em; - /*width: 224px;*/ width: 16em; - /*margin-left: 142px;*/ margin-left: 11em; + width: 16em; + margin-left: 11em; } - -/* mini-signin form overrides - - #signin label.form_label - { - width: 12em; clear: both; - text-align: left; - } - #signin h1 label - { - } - - #signin .form_item_note - { - width: 12em; - margin-left: 0em; - } - #signin .form_note - { - width: 12em; - margin-left: 0em; - } - - #signin .form_button - { - margin-left: 0em; - } - */ /*--------------------------------- content : about pages */ div#about_sidebar { float: right; clear: none; - width: 12em; + width: 14em; background-color: #EAEAEA; padding: 0.5em; margin: 0 0 0 1em; |