From: Trevor Parscal Date: Sat, 29 Aug 2009 23:34:19 +0000 (+0000) Subject: Added font size for simple search label - this broke cause of the other font sizing... X-Git-Tag: 1.31.0-rc.0~40001 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=3c0cbee81a4245b4d336731b180e49c6773345c9;p=lhc%2Fweb%2Fwiklou.git Added font size for simple search label - this broke cause of the other font sizing changes that have been made recently (r55333). --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 91dcf049dc..333369b70e 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -319,6 +319,9 @@ body { background-position: top left; background-repeat: repeat-x; } + #simpleSearch label { + font-size: 0.8em; + } #simpleSearch input#searchInput { margin: 0; border-width: 0; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 5fced17efe..0b5692a686 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -319,6 +319,9 @@ body { background-position: top right; background-repeat: repeat-x; } + #simpleSearch label { + font-size: 0.8em; + } #simpleSearch input#searchInput { margin: 0; border-width: 0;