| 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/. */ |
| 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 { |
| 16 | -moz-margin-start: 20px; |
| 17 | } |
| 18 | |
| 19 | .fccReplyFollowsParent { |
| 20 | -moz-margin-start: 20px; |
| 21 | } |
| 22 | |
| 23 | .selectForOfflineUseButton { |
| 24 | list-style-image: url("chrome://communicator/skin/icons/offline.gif"); |
| 25 | } |
| 26 | |
| 27 | .selectForOfflineUseButton > .button-box > .button-icon { |
| 28 | -moz-margin-start: 4px; |
| 29 | -moz-margin-end: 4px; |
| 30 | } |
| 31 | |
| 32 | .signatureBox { |
| 33 | font-family: -moz-fixed; |
| 34 | } |
| 35 | |
| 36 | #identitiesList > listitem:first-child, |
| 37 | treechildren::-moz-tree-cell-text(isDefaultServer-true) { |
| 38 | font-weight: bold; |
| 39 | } |
| 40 | |
| 41 | #contentFrame { |
| 42 | -moz-margin-start: 2px; |
| 43 | } |
| 44 | |
| 45 | /* ::::: SMTP Server Panel :::::: */ |
| 46 | |
| 47 | .smtpServerListItem { |
| 48 | -moz-padding-start: 3px; |
| 49 | } |
| 50 | |
| 51 | #backgroundBox { |
| 52 | background-color: #CCD0DD; |
| 53 | } |
| 54 | |
| 55 | #smtpServerInfoBox textbox { |
| 56 | background-color: transparent; |
| 57 | } |