From: Trevor Parscal Date: Tue, 7 Jul 2009 17:56:23 +0000 (+0000) Subject: Resolved incorrect wrapping of tabs in prefrences. X-Git-Tag: 1.31.0-rc.0~41063 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=521a66f3191528a5d34f975545f1a9548fe08f36;p=lhc%2Fweb%2Fwiklou.git Resolved incorrect wrapping of tabs in prefrences. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 10b8a0083c..c362eec068 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -333,11 +333,11 @@ div#p-logo a { /* Preferences */ #preftoc { /* Tabs */ + width: 100%; float: left; clear: both; margin: 0 !important; padding: 0 !important; - height: 2.25em; background-image: url(images/preferences-break.png); background-position: bottom left; background-repeat: no-repeat; @@ -368,6 +368,7 @@ div#p-logo a { padding: 0.5em; text-decoration: none; background-image: none; + font-size: 0.9em; } #preftoc a:hover { text-decoration: underline; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index bbb2f11e02..2ae38fb22f 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -347,11 +347,11 @@ div#p-logo a { /* Preferences */ #preftoc { /* Tabs */ + width: 100%; float: right; clear: both; margin: 0 !important; padding: 0 !important; - height: 2.25em; background-image: url(images/preferences-break.png); background-position: bottom right; background-repeat: no-repeat;