From: Trevor Parscal Date: Fri, 5 Jun 2009 22:28:28 +0000 (+0000) Subject: Fixed bug with namespace tabs in IE not floating properly, however, there may be... X-Git-Tag: 1.31.0-rc.0~41488 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=b6fa5f4022a88a214779a3ee76d0db71a2bfaa17;p=lhc%2Fweb%2Fwiklou.git Fixed bug with namespace tabs in IE not floating properly, however, there may be a better way to get the elements in the head to float better. --- diff --git a/skins/vector/main.css b/skins/vector/main.css index 7e1002b550..2db4c0f0eb 100644 --- a/skins/vector/main.css +++ b/skins/vector/main.css @@ -196,6 +196,7 @@ body.rtl div#head { float: left; } div#head > div.buffer > div.bottom { + margin-top: -3em; /* HALF HEAD HEIGHT */ height: 3em; /* HALF HEAD HEIGHT */ float: right; } @@ -204,8 +205,8 @@ body.rtl div#head { } div#head > div.buffer > div.middle { height: 3em; /* HALF HEAD HEIGHT */ + width: 100%; clear: both; - float: left; } body.rtl div#head > div.buffer > div.middle { float: right;