Files
Mozilla/mozilla/mail/components/prefwindow/skin/mac/pref.css
scott%scott-macgregor.org 9a48e84419 Try to get Thunderbird running on the trunk again now that the new profile manager has landed for aviary.
Includes patches for Bug #239929, #244800 and Bug #244134


git-svn-id: svn://10.0.0.236/trunk@158101 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 07:14:56 +00:00

210 lines
4.6 KiB
CSS

/*
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is Mozilla.org Code.
#
# The Initial Developer of the Original Code is
# Doron Rosenberg.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
# Ben Goodger <ben@netscape.com> (Original Author)
# 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
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
*/
@import url("chrome://global/skin/");
page {
font: menu;
}
page description {
font-size: 95%;
}
page button {
-moz-appearance: button-small;
font: message-box;
}
#pref-navigator {
font: menu !important;
}
.listBox {
-moz-appearance: none;
margin: 2px 4px;
background: none;
border-top: 1px solid #A1A1A1;
border-right: 1px solid #C3C3C3;
border-bottom: 1px solid #DDDDDD;
border-left: 1px solid #C3C3C3;
background-color: #FFFFFF;
}
.buttonBox {
margin: 0px 5px 0px 0px !important;
-moz-border-left-colors: transparent;
-moz-border-bottom-colors: transparent;
-moz-border-top-colors: transparent;
background-color: transparent;
}
#prefsCategories {
-moz-border-right-colors: #A7A7A7;
}
.buttonBoxButton {
-moz-appearance: none;
border: none;
list-style-image: url("chrome://messenger/skin/icons/mail-options.png");
margin: 0px 0px;
padding: 6px 4px;
background-image: none;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
font: icon;
}
.buttonBoxButton > .button-box {
border: none !important;
}
.buttonBoxButton > .button-box > .button-icon {
width: 32px;
height: 32px;
}
.buttonBoxButton[checked="true"] {
border: none;
background: url("chrome://global/skin/10pct_transparent_pixel.png") repeat;
border-top: 1px solid #A7A7A7;
border-bottom: 1px solid #A7A7A7;
border-left: 1px solid #A7A7A7;
}
#mailnews {
-moz-image-region: rect(0px, 32px, 32px, 0px)
}
#display {
-moz-image-region: rect(0px, 64px, 32px, 32px)
}
#mailcomposepref {
-moz-image-region: rect(0px, 96px, 32px, 64px)
}
#fonts {
-moz-image-region: rect(0px, 128px, 32px, 96px)
}
#attachments {
-moz-image-region: rect(0px 160px 32px 128px);
}
#advanced {
-moz-image-region: rect(0px, 256px, 32px, 224px)
}
.indent {
margin-left: 23px;
margin-right: 23px;
}
.uniWidthButton {
min-width: 8em;
}
/** Privacy Panel Expander Box **/
#privacyCategories {
margin: 5px;
padding: 5px;
}
.settingsContainer {
padding: 3px 5px 5px 20px;
}
.expanderButton {
cursor: default;
-moz-appearance: treetwisty;
width: 10px; /* The image's width is 10 pixels */
font-weight: bold;
margin-top: -2px;
}
.expanderButton:hover:active,
.expanderButton[open="true"]:hover:active {
background: transparent;
}
expander {
border: 1px solid #a3a3a3;
margin: 0px 0px 3px 0px;
}
.expanderButton[open="true"] {
-moz-appearance: treetwistyopen;
}
.header {
-moz-appearance: none !important;
margin: 6px;
}
button {
-moz-appearance: button-small;
}
/* :::::: layout preference icons ::::: */
.mailPaneConfigIcon
{
list-style-image : url("chrome://messenger/skin/icons/mailPaneConfig.png");
}
#classic
{
-moz-image-region: rect(0px, 32px, 32px, 0px)
}
#wide
{
-moz-image-region: rect(0px, 64px, 32px, 32px)
}
#vertical
{
-moz-image-region: rect(0px, 96px, 32px, 64px)
}