Bug 1273438 - Add chrome://messenger/skin/messenger.css to preferences.xul. r=aceman, jorgk
This commit is contained in:
Родитель
8b546fec17
Коммит
00804df54d
|
@ -8,6 +8,7 @@
|
|||
<?xml-stylesheet href="chrome://global/skin/global.css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/preferences/preferences.css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/content/messenger.css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/messenger.css"?>
|
||||
|
||||
<!-- XXX This should be in applications.xul, but bug 393953 means putting it
|
||||
- there causes the Applications pane not to work the first time you open
|
||||
|
|
|
@ -54,3 +54,7 @@ filefield + button {
|
|||
#dialogTitle {
|
||||
font-size: 1.05em;
|
||||
}
|
||||
|
||||
#defaultWebSearchPopup > menuitem > .menu-iconic-left {
|
||||
margin-inline-start: 5px !important;
|
||||
}
|
||||
|
|
|
@ -32,6 +32,15 @@ radio[pane=paneAdvanced] {
|
|||
list-style-image: url("chrome://messenger/skin/preferences/advanced.png");
|
||||
}
|
||||
|
||||
menulist > .menulist-label-box > .menulist-icon[src] {
|
||||
margin-inline-start: 5px;
|
||||
margin-inline-end: 5px;
|
||||
}
|
||||
|
||||
menulist > menupopup > menuitem > .menu-iconic-left {
|
||||
margin-inline-end: 5px !important;
|
||||
}
|
||||
|
||||
/* Attachments Pane */
|
||||
#MailPreferences[animated="true"] #handlersView {
|
||||
height: 25em;
|
||||
|
|
|
@ -75,3 +75,8 @@ filefield + button {
|
|||
#CookiesDialog > hbox > .actionButtons {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#defaultWebSearchPopup > menuitem > .menu-iconic-left {
|
||||
margin-inline-start: 5px;
|
||||
margin-inline-end: 3px;
|
||||
}
|
||||
|
|
|
@ -45,6 +45,12 @@ caption > label {
|
|||
line-height: 22px;
|
||||
}
|
||||
|
||||
/* Web search menulist */
|
||||
#defaultWebSearch > .menulist-label-box > .menulist-icon[src] {
|
||||
margin-inline-start: 5px;
|
||||
margin-inline-end: 8px;
|
||||
}
|
||||
|
||||
/* Category List */
|
||||
|
||||
.paneSelector {
|
||||
|
|
|
@ -44,6 +44,13 @@
|
|||
padding-top: 5px;
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
@media (-moz-windows-default-theme) {
|
||||
menulist > .menulist-label-box > .menulist-icon[src] {
|
||||
margin-inline-start: 7px;
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-os-version: windows-xp) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче