From 52c59df30e050f1870c9a9b0eca14c91dc777346 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 15 Apr 2004 21:33:24 +0000 Subject: [PATCH] * footer id adjustments * more ie fixes (do they ever end?) * nowrap only on the links in the footer --- stylesheets/monobook/IE60Fixes.css | 12 ---------- stylesheets/monobook/main.css | 37 +++++++++++++++--------------- 2 files changed, 19 insertions(+), 30 deletions(-) diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index 0327b70f04..066312c532 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -10,15 +10,6 @@ #portal-column-content { display: inline; } -/* the full-size images are in center tags */ -#bodyContent, -#bodyContent pre, -#bodyContent img, -#bodyContent div, -#bodyContent p { - overflow: auto; -} - /* the tabs */ @@ -83,6 +74,3 @@ textarea { overflow-x: hidden; } /*{ border:1px solid Red !important;}*/ -textarea { - padding-bottom: 25px; -} diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 82d8fd5819..ee61ec0bf4 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -676,18 +676,12 @@ div.townBox dl dd { text-align: center; } input.searchButton { - background-color: white; - border: 1px solid #2f6fab; margin-top:1px; - padding: 0 0.4em; + padding: 0 0.4em; !important font-size: 95%; - /* font-size: 100%; - margin-bottom: 1px ! important; - background: White url(search_icon.gif) 2px 1px no-repeat; cursor: pointer; - padding: 1px 1px 1px 15px; - text-transform: lowercase;*/ - + background-color: White; + border: 1px solid #2f6fab; } #searchGadget { @@ -898,18 +892,21 @@ li#contentaction-watch { #portal-footer li { display: inline; margin-right: 2em; +} +#footer-about, +#footer-disclaimer { white-space: nowrap; } -#footer-poweredby, #footer-copyright { +#footer-poweredbyico, #footer-copyrightico { margin: 0 8px; position: relative; top: -2px; /* Bump it up just a tad */ } -#footer-poweredby { +#footer-poweredbyico { float: right; } -#footer-copyright { +#footer-copyrightico { float: left; } @@ -931,17 +928,21 @@ li#contentaction-watch { border-color: #fabd23; } +/* more IE fixes */ /* fixes for broken IE float handling */ -*>html #portal-column-content { +* html #portal-column-content { display: inline; } -/* more IE fixes */ -* html #bodyContent span.fullImage, -* html #bodyContent pre { +/* float/negative margin brokenness */ +* html #bodyContent, +* html #bodyContent pre, +* html #bodyContent div.fullImage { overflow: auto; - margin-bottom: 1.5em; + overflow-y: hidden; + width: 100%; + margin-bottom: 25px; } - +/* more float brokenness */ * html #bodyContent { display: inline; overflow: auto; -- 2.20.1