From: Trevor Parscal Date: Mon, 7 Dec 2009 23:03:24 +0000 (+0000) Subject: Used more @noflip rules to make some of the margins a bit less confusing. X-Git-Tag: 1.31.0-rc.0~38600 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=fcc0196e55a8f6998921a5b4e07eb80985bb54a3;p=lhc%2Fweb%2Fwiklou.git Used more @noflip rules to make some of the margins a bit less confusing. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 05001b306b..5ebd505027 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -205,6 +205,7 @@ body { background-position: center center; background-repeat: no-repeat; } + /* @noflip */ body.rtl div.vectorMenu { direction: rtl; } @@ -247,17 +248,20 @@ body { text-align: left; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ + /* @noflip */ body.rtl div.vectorMenu div.menu { - margin-right: 24px; + margin-left: 24px; } /* IGNORED BY IE6 */ + /* @noflip */ body.rtl div.vectorMenu > div.menu { - margin-right: auto; + margin-left: auto; } /* Fixes old versions of FireFox */ + /* @noflip */ body.rtl div.vectorMenu > div.menu, x:-moz-any-link { - margin-right: 23px; + margin-left: 23px; } div.vectorMenu:hover div.menu { display: block; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 038690660b..a30d06cb12 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -205,6 +205,7 @@ body { background-position: center center; background-repeat: no-repeat; } + /* @noflip */ body.rtl div.vectorMenu { direction: rtl; } @@ -247,14 +248,17 @@ body { text-align: right; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ + /* @noflip */ body.rtl div.vectorMenu div.menu { margin-left: 24px; } /* IGNORED BY IE6 */ + /* @noflip */ body.rtl div.vectorMenu > div.menu { margin-left: auto; } /* Fixes old versions of FireFox */ + /* @noflip */ body.rtl div.vectorMenu > div.menu, x:-moz-any-link { margin-left: 23px;