зеркало из https://github.com/mozilla/pjs.git
Mac Pref window cleanup. [Bug 304643] Font used in Pref dialog is too small, also fixes bug 306166
This commit is contained in:
Родитель
45fcfba63c
Коммит
1e366026f1
|
@ -40,8 +40,21 @@ prefwindow {
|
|||
padding: 0 !important;
|
||||
}
|
||||
|
||||
prefpane {
|
||||
.prefWindow-dlgbuttons {
|
||||
margin: 0 12px 8px 12px;
|
||||
}
|
||||
|
||||
#BrowserPreferences .prefWindow-dlgbuttons {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
.windowDialog {
|
||||
padding: 12px;
|
||||
font: -moz-dialog;
|
||||
}
|
||||
|
||||
prefpane {
|
||||
padding: 12px 12px 0 12px;
|
||||
}
|
||||
|
||||
.paneSelector {
|
||||
|
@ -116,6 +129,17 @@ radio[pane=paneAdvanced]:active {
|
|||
-moz-image-region: rect(32px, 192px, 64px, 160px)
|
||||
}
|
||||
|
||||
.content-box > separator {
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
description {
|
||||
font: small-caption;
|
||||
font-weight: normal;
|
||||
line-height: 1.3em;
|
||||
margin-bottom: 4px !important;
|
||||
}
|
||||
|
||||
#browserStartupHomepage {
|
||||
padding: 2px 2px 3px 4px;
|
||||
}
|
||||
|
@ -161,7 +185,7 @@ prefpane .groupbox-body {
|
|||
}
|
||||
|
||||
#paneTabs > vbox {
|
||||
margin: 8px;
|
||||
margin: 12px 4px;
|
||||
}
|
||||
|
||||
prefpane .groupbox-title {
|
||||
|
@ -174,12 +198,27 @@ caption {
|
|||
padding: 4px 4px 0px 0px !important;
|
||||
}
|
||||
|
||||
#paneGeneral description, #paneAdvanced description {
|
||||
font: -moz-dialog;
|
||||
}
|
||||
|
||||
#paneContent {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
#paneContent row {
|
||||
padding: 0 4px;
|
||||
padding: 2px 4px;
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
||||
#popupPolicyRow, #enableSoftwareInstallRow, #enableImagesRow {
|
||||
margin-bottom: 4px !important;
|
||||
padding-bottom: 4px !important;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#enableImagesRow {
|
||||
-moz-box-align: start !important;
|
||||
}
|
||||
|
||||
#browserUseCurrent, #browserUseBookmark, #browserUseBlank {
|
||||
|
@ -194,10 +233,6 @@ caption {
|
|||
padding: 0 4px;
|
||||
}
|
||||
|
||||
#privacyPrefs .tab-text {
|
||||
font: message-box;
|
||||
}
|
||||
|
||||
#privacyPrefs > tabpanels {
|
||||
padding: 18px 10px 10px 10px;
|
||||
}
|
||||
|
@ -206,6 +241,10 @@ caption {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#OCSPDialogPane {
|
||||
font: message-box !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Update Preferences
|
||||
*/
|
||||
|
@ -217,3 +256,4 @@ caption {
|
|||
-moz-margin-start: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -50,12 +50,32 @@
|
|||
button[dlgtype="help"] {
|
||||
min-width: 1px !important;
|
||||
padding: 0px 0px 0px 0px !important;
|
||||
-moz-appearance: button-small;
|
||||
-moz-appearance: none;
|
||||
-moz-box-align: start !important;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
button[dlgtype="help"][disabled] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
button[dlgtype="help"]:focus {
|
||||
outline: 2px solid -moz-mac-focusring;
|
||||
outline-offset: -2px;
|
||||
-moz-outline-radius: 100%;
|
||||
}
|
||||
|
||||
button[dlgtype="help"] > .button-box > .button-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/question-mark.png");
|
||||
padding: 0px !important;
|
||||
list-style-image: url("chrome://global/skin/icons/question-mark.png");
|
||||
-moz-image-region: rect(0 24px 24px 0);
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
button[dlgtype="help"]:active > .button-box > .button-icon {
|
||||
-moz-image-region: rect(0 48px 24px 24px);
|
||||
}
|
||||
|
||||
button[dlgtype="help"] > .button-box > .button-text {
|
||||
|
@ -89,7 +109,9 @@ prefwindow {
|
|||
font: message-box;
|
||||
}
|
||||
|
||||
prefwindow {
font: -moz-dialog;
}
|
||||
prefwindow {
|
||||
font: -moz-dialog;
|
||||
}
|
||||
|
||||
prefwindow .paneSelector {
|
||||
font: message-box;
|
||||
|
@ -208,17 +230,8 @@ browser {
|
|||
|
||||
/* miscellaneous stuff */
|
||||
|
||||
#pref-navigator, #prefFontsDialog, #scriptsAndWindowPanel, #ImagesManager {
|
||||
font: menu;
|
||||
}
|
||||
|
||||
#prefFontsDialog description{
|
||||
font-size: 95%;
|
||||
}
|
||||
|
||||
#pref-navigator > groupbox > hbox > button {
|
||||
font: message-box;
|
||||
-moz-appearance: button-small;
|
||||
#OCSPDialog {
|
||||
font: message-box;
|
||||
}
|
||||
|
||||
#historyTree, #bookmarks-view {
|
||||
|
|
Двоичные данные
toolkit/themes/pinstripe/global/icons/question-mark.png
Двоичные данные
toolkit/themes/pinstripe/global/icons/question-mark.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 368 B После Ширина: | Высота: | Размер: 2.7 KiB |
Загрузка…
Ссылка в новой задаче