зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1089102 - Make the Loop settings menu be displayed properly in the panel for rtl locales. r=mikedeboer
This commit is contained in:
Родитель
965e3cd4fb
Коммит
74c9aa4946
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче