From: Trevor Parscal Date: Wed, 31 Mar 2010 21:08:15 +0000 (+0000) Subject: Fixes bug where personal tools display behind the logo - now they wrap properly into... X-Git-Tag: 1.31.0-rc.0~37284 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=abd8480bc1258237aaeeae64f2c9bd0b1eedd0db;p=lhc%2Fweb%2Fwiklou.git Fixes bug where personal tools display behind the logo - now they wrap properly into the white space beneeth them. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 2caadb283d..0b01f95d34 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -70,6 +70,7 @@ body { #p-personal { position: absolute; top: 0; + margin-left: 10em; right: 0.75em; } #p-personal h5 { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index e886af7270..15134f8dfa 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -70,6 +70,7 @@ body { #p-personal { position: absolute; top: 0; + margin-right: 10em; left: 0.75em; } #p-personal h5 {