зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1007804 - In-content preferences: Correctly align the help icon on Linux and OS X. r=jaws
This commit is contained in:
Родитель
4cd57bbbc8
Коммит
66d4e62579
|
@ -13,6 +13,10 @@ button[type="menu"] > .button-box > .button-menu-dropmarker {
|
|||
-moz-appearance: none !important;
|
||||
}
|
||||
|
||||
.help-button > .button-box > .button-icon {
|
||||
-moz-margin-end: 0;
|
||||
}
|
||||
|
||||
menulist:not([editable="true"]) > .menulist-dropmarker {
|
||||
display: -moz-box;
|
||||
margin-top: 6px;
|
||||
|
|
|
@ -10,6 +10,10 @@ menulist:not([editable="true"]) > .menulist-dropmarker {
|
|||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.help-button > .button-box > .button-icon {
|
||||
-moz-margin-start: 0;
|
||||
}
|
||||
|
||||
checkbox:hover::before,
|
||||
checkbox[checked]::before {
|
||||
-moz-margin-end: -20px;
|
||||
|
|
|
@ -224,6 +224,10 @@ button[type="menu"] > .button-box > .button-menu-dropmarker {
|
|||
}
|
||||
}
|
||||
|
||||
.help-button > .button-box > .button-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.spinbuttons-button {
|
||||
-moz-margin-start: 10px !important;
|
||||
-moz-margin-end: 2px !important;
|
||||
|
|
Загрузка…
Ссылка в новой задаче