From: Tom Gilder Date: Tue, 11 Oct 2005 00:51:35 +0000 (+0000) Subject: bugfixes for tabbed preferences X-Git-Tag: 1.6.0~1484 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=362d99e3f004a3f7be2ebdcd9e80d6b8ec96a4b9;p=lhc%2Fweb%2Fwiklou.git bugfixes for tabbed preferences --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 5098ab42df..9a60f96780 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -918,7 +918,8 @@ head:first-child+body #footer li { white-space: nowrap; } margin: 1px -2px 1px 2px; float: left; padding: 2px 0 3px 0; - background: ThreeDFace; + background: ButtonFace; + color: ButtonText; border: 1px solid; border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; border-bottom: 0; @@ -926,21 +927,21 @@ head:first-child+body #footer li { white-space: nowrap; } white-space: nowrap; list-style-type: none; list-style-image: none; + z-index: 3; } #preftoc li.selected { font-weight: bold; background-color: #F9F9F9; + color: #000; border: 1px solid #aaa; border-bottom: none; cursor: default; - z-index: 3; - padding: 2px 6px 5px 7px; - margin: 1px -3px -2px 0px; - position: relative; - top: -1px; + top: 3px; + margin-top: -1px; + margin-right: -3px; } #preftoc > li.selected { - top: 0; + top: 4px; } #preftoc a, #preftoc a:active {