Bug 1089102 - Make the Loop settings menu be displayed properly in the panel for rtl locales. r=mikedeboer

This commit is contained in:
Mark Banner 2015-05-26 20:59:59 +01:00
Родитель 965e3cd4fb
Коммит 74c9aa4946
1 изменённых файлов: 9 добавлений и 1 удалений

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

@ -752,11 +752,19 @@ body[dir=rtl] .generate-url-spinner {
right: 14px;
}
body[dir="rtl"] .settings-menu .dropdown-menu {
/* This is specified separately rather than using -moz-margin-start etc, as
we need to override .dropdown-menu's values which can't use the gecko
specific extensions. */
left: 14px;
right: auto;
}
.settings-menu .icon {
background-size: contain;
width: 12px;
height: 12px;
margin-right: 1em;
-moz-margin-end: 1em;
margin-top: 2px;
}