From: Trevor Parscal Date: Fri, 4 Sep 2009 17:49:57 +0000 (+0000) Subject: Another tiny change in response to recent changes in how we handle text size. This... X-Git-Tag: 1.31.0-rc.0~39920 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=a75c81fb2985529fa0e451b479babcc16ead8aa1;p=lhc%2Fweb%2Fwiklou.git Another tiny change in response to recent changes in how we handle text size. This one adjusts the position of the simple search box. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 333369b70e..71e76ae59d 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -311,7 +311,7 @@ body { margin-top: 0.4em; } #simpleSearch { - margin-top: 0.75em; + margin-top: 0.5em; position: relative; border: solid 1px #AAAAAA; background-color: white; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 0b5692a686..5e11262c50 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -311,7 +311,7 @@ body { margin-top: 0.4em; } #simpleSearch { - margin-top: 0.75em; + margin-top: 0.5em; position: relative; border: solid 1px #AAAAAA; background-color: white;