From: Rob Church Date: Mon, 23 Jan 2006 01:00:04 +0000 (+0000) Subject: Revert changes to skin since that's now the fourth user complaint X-Git-Tag: 1.6.0~443 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=a8fe6b6063ecdf98b6f02aafea7a211ed4dd24e5;p=lhc%2Fweb%2Fwiklou.git Revert changes to skin since that's now the fourth user complaint --- diff --git a/skins/monobook/IE55Fixes.css b/skins/monobook/IE55Fixes.css index 127584d785..637daae17f 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: #aaa; + border-color: #fabd23; padding-bottom: 0.17em; } #p-cactions li a:hover { diff --git a/skins/monobook/IE60Fixes.css b/skins/monobook/IE60Fixes.css index c3047bb636..6b646c703b 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:#aaa; + border-color: #fabd23; padding-bottom: 0.17em; } #p-cactions li a:hover { diff --git a/skins/monobook/main.css b/skins/monobook/main.css index df4d6dcc38..69183bad3a 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 :) */ @@ -866,9 +866,10 @@ 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; }