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:
Vivien Nicolas 2010-09-29 05:38:00 -04:00
Родитель 1c96c8c507
Коммит 9f4a9574ac
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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;