From: Trevor Parscal Date: Thu, 3 Dec 2009 22:51:42 +0000 (+0000) Subject: Fixes issue that was caused by tweaks in r59224 and r59254 which made the actions... X-Git-Tag: 1.31.0-rc.0~38637 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=cee6cff6f681474e3eba2996ffb8af0fe5c78bce;p=lhc%2Fweb%2Fwiklou.git Fixes issue that was caused by tweaks in r59224 and r59254 which made the actions drop down become 1px wider on mouseover. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index d8d9af3ecb..05001b306b 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -257,7 +257,7 @@ body { /* Fixes old versions of FireFox */ body.rtl div.vectorMenu > div.menu, x:-moz-any-link { - margin-right: 24px; + margin-right: 23px; } div.vectorMenu:hover div.menu { display: block; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index bb8878eb63..038690660b 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -257,7 +257,7 @@ body { /* Fixes old versions of FireFox */ body.rtl div.vectorMenu > div.menu, x:-moz-any-link { - margin-left: 24px; + margin-left: 23px; } div.vectorMenu:hover div.menu { display: block;