Bug 599104 - URL progress moves LTR in RTL mode; r=dao,ehsan a=blocking-beta7

This commit is contained in:
Margaret Leibovic 2010-09-29 12:20:26 -04:00
parent 31b2a21985
commit c04d320052

View File

@ -152,6 +152,7 @@ toolbar[mode="icons"] > #reload-button[displaystop] {
/* Some child nodes want to be ordered based on the locale's direction, while
everything else should be ltr. */
#urlbar-progress:-moz-locale-dir(rtl),
.urlbar-input-box:-moz-locale-dir(rtl) {
direction: rtl;
}