From: MatmaRex Date: Sat, 31 Aug 2013 18:50:39 +0000 (+0200) Subject: vector/screen.css: Remove some unnecessary rules X-Git-Tag: 1.31.0-rc.0~18808^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=a9881e87d456305cc4ddc2fdf35cd346283f3072;p=lhc%2Fweb%2Fwiklou.git vector/screen.css: Remove some unnecessary rules * There is no label inside div#simpleSearch. * Inside div#simpleSearch, input and input#searchInput are the same in practice (there is a , but it is hidden). Change-Id: I1d9657a5ab608d1a54314dd7c96144af96c53d59 --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 8f4bbb6999..8a69f843e0 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -401,19 +401,6 @@ div#simpleSearch { background-position: top left; background-repeat: repeat-x; } -div#simpleSearch label { - /* - * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent - * this from ever being shown anyways. - */ - font-size: 13px; - top: 0.25em; - direction: ltr; -} -div#simpleSearch input { - color: black; - direction: ltr; -} div#simpleSearch input:focus { outline: none; } @@ -446,6 +433,7 @@ div#simpleSearch input#searchInput { * this from ever being shown anyways. */ font-size: 13px; + color: black; background-color: transparent; direction: ltr; }