mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 599560 - "[RTL] the ^ marker for going up a folder is on top of the title for the folder above in the bookmarks when the browser is set to a RTL language." [r=mark.finkle]
This commit is contained in:
parent
1c96c8c507
commit
9f4a9574ac
@ -669,6 +669,10 @@ placelabel {
|
||||
min-height: 70px; /* row size */
|
||||
}
|
||||
|
||||
placelabel:-moz-locale-dir(rtl) {
|
||||
background: rgb(207,207,207) url(images/arrowup-16.png) no-repeat 2% 50%;
|
||||
}
|
||||
|
||||
/* folder bookmarks row */
|
||||
placeitem[type="folder"] {
|
||||
-moz-box-pack: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user