relicense to MPL2
[themes.git] / LCARStrek / messenger / accountManage.css
CommitLineData
9099c61d
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
351107c9 4
5/* ===== accountManage.css ==============================================
6 == Styles for the Mail Account Manager.
7 ======================================================================= */
8
9@import url("chrome://messenger/skin/");
10
11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
13/* ::::: account manager :::::: */
14
15.specialFolderPickerGrid {
8caa872d 16 -moz-margin-start: 20px;
351107c9 17}
03f6f39c 18
8c976b60 19.fccReplyFollowsParent {
8caa872d 20 -moz-margin-start: 20px;
8c976b60 21}
22
03f6f39c 23.selectForOfflineUseButton {
24 list-style-image: url("chrome://communicator/skin/icons/offline.gif");
25}
26
27.selectForOfflineUseButton > .button-box > .button-icon {
8caa872d
RK
28 -moz-margin-start: 4px;
29 -moz-margin-end: 4px;
03f6f39c 30}
31
aeb317b8
RK
32.signatureBox {
33 font-family: -moz-fixed;
34}
35
03f6f39c 36treechildren::-moz-tree-cell-text(isDefaultServer-true) {
37 font-weight: bold;
38}
57d23eae 39
26a52ec5
RK
40#contentFrame {
41 -moz-margin-start: 2px;
42}
43
57d23eae 44/* ::::: SMTP Server Panel :::::: */
45
46.smtpServerListItem {
8caa872d 47 -moz-padding-start: 3px;
57d23eae 48}
49
50#backgroundBox {
4e53376a 51 background-color: #000000;
57d23eae 52}
53
54#smtpServerInfoBox textbox {
55 background-color: transparent;
56}