From: Rob Church Date: Thu, 19 Jan 2006 23:24:20 +0000 (+0000) Subject: * Small changes to tabs in Monobook skin c/o Chris Ware X-Git-Tag: 1.6.0~475 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=dcd83880cadcc6c5ef03282792be9e05557bea37;p=lhc%2Fweb%2Fwiklou.git * Small changes to tabs in Monobook skin c/o Chris Ware --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9c7775ff4c..30f1cda1b2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -543,6 +543,7 @@ fully support the editing toolbar, but was found to be too confusing. language and skin classes. Should help with the broken base-class problem under PHP 5 with APC as opcode cache. See details: http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html +* Small changes to tabs in Monobook skin c/o Chris Ware === Caveats === diff --git a/skins/monobook/IE55Fixes.css b/skins/monobook/IE55Fixes.css index 637daae17f..127584d785 100644 --- a/skins/monobook/IE55Fixes.css +++ b/skins/monobook/IE55Fixes.css @@ -51,7 +51,7 @@ body { font-size: xx-small; } border-width: 1px 1px 0; } #p-cactions li.selected a { - border-color: #fabd23; + border-color: #aaa; padding-bottom: 0.17em; } #p-cactions li a:hover { diff --git a/skins/monobook/IE60Fixes.css b/skins/monobook/IE60Fixes.css index 6b646c703b..c3047bb636 100644 --- a/skins/monobook/IE60Fixes.css +++ b/skins/monobook/IE60Fixes.css @@ -43,7 +43,7 @@ border-width: 1px 1px 0; } #p-cactions li.selected a { - border-color: #fabd23; + border-color:#aaa; padding-bottom: 0.17em; } #p-cactions li a:hover { diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 69183bad3a..b85ea669ae 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -5,7 +5,7 @@ ** ** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John ** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher, -** Michael Zeltner and Geir Bækholt) +** Michael Zeltner and Geir Býkholt) ** All you guys rock :) */ @@ -841,7 +841,7 @@ li#pt-login { #p-cactions { position: absolute; top: 1.3em; - left: 11.5em; + left: 10.5em; margin: 0; white-space: nowrap; width: 76%; @@ -866,10 +866,9 @@ li#pt-login { padding: 0 0 .1em 0; margin: 0 .3em 0 0; overflow: visible; - background: white; + } #p-cactions li.selected { - border-color: #fabd23; padding: 0 0 .2em 0; font-weight: bold; }