Commit | Line | Data |
---|---|---|
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 | /* ===== selectAddressesDialog.css ====================================== | |
6 | == Styles for the Select Addresses Dialog. | |
7 | ======================================================================= */ | |
8 | ||
9 | @import url("chrome://messenger/skin/"); | |
10 | ||
11 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
12 | ||
13 | /* ::::: Select Addresses dialog ::::: */ | |
14 | ||
e20d243c | 15 | #topBox { |
02920d2b | 16 | padding: 0.5em 0 1.0em; |
e20d243c | 17 | } |
18 | ||
0c8f119a | 19 | #abResultsTree { |
e20d243c | 20 | min-width: 10px; |
351107c9 | 21 | } |
e20d243c | 22 | |
351107c9 | 23 | #addToBucketButtonBox { |
b1eaa419 | 24 | min-width: 10px; |
e20d243c | 25 | padding: 0.3em; |
351107c9 | 26 | } |
27 | ||
28 | #addressBucket { | |
b1eaa419 | 29 | min-width: 10px; |
351107c9 | 30 | } |
31 | ||
e20d243c | 32 | #newEditButtonBox { |
33 | padding-top: 0.5em; | |
8caa872d RK |
34 | -moz-padding-end: 0px; |
35 | -moz-margin-start: 0px; | |
351107c9 | 36 | } |
37 | ||
e20d243c | 38 | .middle-button-spacer { |
b1eaa419 | 39 | width: 10px; |
351107c9 | 40 | } |
41 | ||
e20d243c | 42 | .above-remove-spacer { |
43 | width: 10px; | |
44 | height: 15px; | |
351107c9 | 45 | } |