Pinstripe preferences window styles and Tabs icon

This commit is contained in:
webmail%kmgerich.com 2005-02-26 13:45:41 +00:00
Родитель 777171a792
Коммит 02d7df60e6
2 изменённых файлов: 26 добавлений и 16 удалений

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 10 KiB

После

Ширина:  |  Высота:  |  Размер: 10 KiB

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

@ -20,6 +20,7 @@
#
# Contributor(s):
# Ben Goodger <ben@mozilla.org>
# Kevin Gerich <webmail@kmgerich.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
@ -68,39 +69,28 @@ radio[pane][selected="true"] {
}
radio[pane=paneGeneral] {
-moz-image-region: rect(0px, 32px, 32px, 0px)
}
radio[pane=paneGeneral][selected="true"] {
-moz-image-region: rect(0px, 32px, 32px, 0px)
}
radio[pane=panePrivacy] {
-moz-image-region: rect(0px, 64px, 32px, 32px)
}
radio[pane=panePrivacy][selected="true"] {
-moz-image-region: rect(0px, 64px, 32px, 32px)
}
radio[pane=paneContent] {
-moz-image-region: rect(0px, 96px, 32px, 64px)
-moz-image-region: rect(0px, 96px, 32px, 64px)
}
radio[pane=paneContent][selected="true"] {
radio[pane=paneTabs] {
-moz-image-region: rect(0px, 128px, 32px, 96px)
}
radio[pane=paneDownloads] {
-moz-image-region: rect(0px, 224px, 32px, 192px)
}
radio[pane=paneDownloads][selected="true"] {
}
radio[pane=paneAdvanced] {
-moz-image-region: rect(0px, 192px, 32px, 160px)
}
radio[pane=paneAdvanced][selected="true"] {
}
#browserStartupHomepage {
padding: 2px 2px 3px 4px;
@ -143,6 +133,14 @@ prefpane .groupbox-body {
}
#paneTabs > groupbox {
margin: 0;
}
#paneTabs > vbox {
margin: 8px;
}
prefpane .groupbox-title {
background: url("chrome://global/skin/50pct_transparent_grey.png") repeat-x bottom left;
margin-bottom: 4px;
@ -169,6 +167,18 @@ caption {
margin: 0 8px;
}
#privacyPrefs {
padding: 0 4px;
}
#privacyPrefs .tab-text {
font: message-box;
}
#privacyPrefs > tabpanels {
padding: 18px 10px 10px 10px;
}
#browserStartupHomepage {
padding: 0;
}