From: Gabriel Wicke Date: Tue, 27 Apr 2004 22:09:43 +0000 (+0000) Subject: tab height tweaks X-Git-Tag: 1.3.0beta1~241 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=b69a6cea4eda0d6b83e7f7d05886e3ef1dd48f9d;p=lhc%2Fweb%2Fwiklou.git tab height tweaks --- diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css index b9e12042ad..2af89ffe31 100644 --- a/stylesheets/monobook/IE55Fixes.css +++ b/stylesheets/monobook/IE55Fixes.css @@ -4,7 +4,7 @@ display: inline; } #portal-column-content #content { - margin-top: 2.9em; + margin-top: 3em; overflow: auto; } #bodyContent center, @@ -30,26 +30,21 @@ body { z-index: 3 !important; float: none; } - #portlet-contentViews li { - display: block; float: left; - padding: 0; + padding-top: 0; + padding-bottom: 0 !important; + height: 0.9em; } -#portlet-contentViews li.selected { - background-color: White; +#portlet-contentViews li a { + display: block; + padding-bottom: 0.045em; } - -#portlet-contentViews li a, -#portlet-contentViews .selected a, -#portlet-contentViews li a:hover { - padding-bottom: 0.1em; +#portlet-contentViews li.selected a { + padding-bottom: 0.17em; } #portlet-contentViews li a:hover { - padding-bottom: 0.5em; -} -#portlet-contentViews li a { - z-index: 0 !important; + padding-bottom: 0.17em; } .portlet { overflow:hidden; diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index 699706a287..2f085f83c8 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -18,18 +18,20 @@ } #portlet-contentViews li { - display: block; float: left; padding-top: 0; - padding-bottom: 0; + padding-bottom: 0 !important; height: 0.9em; } -#portlet-contentViews li.selected { - background-color: White; - padding-bottom: 0.2em; +#portlet-contentViews li a { + display: block; + padding-bottom: 0.045em; +} +#portlet-contentViews li.selected a { + padding-bottom: 0.17em; } #portlet-contentViews li a:hover { - padding-bottom: 0.5em; + padding-bottom: 0.17em; } /* log in etc */ #portal-personaltools {