From: Gabriel Wicke Date: Thu, 15 Apr 2004 22:27:41 +0000 (+0000) Subject: fixed width moved to iemac hacks and nowrap hidden from old browsers X-Git-Tag: 1.3.0beta1~413 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=996171b997730d1817513bb1386993563bf7716f;p=lhc%2Fweb%2Fwiklou.git fixed width moved to iemac hacks and nowrap hidden from old browsers --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 63d5d54520..aef452900d 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -879,7 +879,6 @@ li#contentaction-watch { /* ** footer */ - #portal-footer { background-color: White; border-top: 1px solid #fabd23; @@ -893,22 +892,22 @@ li#contentaction-watch { display: inline; margin-right: 2em; } -#footer-about, -#footer-disclaimer { +/* hide from incapable browsers */ +head:first-child+body #portal-footer li { white-space: nowrap; } - #footer-poweredbyico, #footer-copyrightico { - width: 88px; - margin: 0 8px; - position: relative; - top: -2px; /* Bump it up just a tad */ + margin: 0 8px; + position: relative; + top: -2px; /* Bump it up just a tad */ } #footer-poweredbyico { - float: right; + float: right; + height: 1%; } #footer-copyrightico { - float: left; + float: left; + height: 1%; } /* @@ -928,6 +927,11 @@ li#contentaction-watch { *>html #portlet-contentViews li.selected a { border-color: #fabd23; } +/* footer icons need a fixed width */ +*>html #footer-poweredbyico, +*>html #footer-copyrightico { + width: 88px; +} /* more IE fixes */ /* fixes for broken IE float handling */