Bug 1007804 - In-content preferences: Correctly align the help icon on Linux and OS X. r=jaws

This commit is contained in:
Richard Marti 2014-05-08 21:17:21 +02:00
Родитель 4cd57bbbc8
Коммит 66d4e62579
3 изменённых файлов: 12 добавлений и 0 удалений

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

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