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/. */ | |
f6e0a33f | 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 | ||
c9b2b3ef | 15 | #topBox { |
02920d2b | 16 | padding: 0.5em 0 1.0em; |
c9b2b3ef | 17 | } |
18 | ||
0c8f119a | 19 | #abResultsTree { |
c9b2b3ef | 20 | min-width: 10px; |
f6e0a33f | 21 | } |
c9b2b3ef | 22 | |
f6e0a33f | 23 | #addToBucketButtonBox { |
74d14f90 | 24 | min-width: 10px; |
c9b2b3ef | 25 | padding: 0.3em; |
f6e0a33f | 26 | } |
27 | ||
28 | #addressBucket { | |
74d14f90 | 29 | min-width: 10px; |
f6e0a33f | 30 | } |
31 | ||
c9b2b3ef | 32 | #newEditButtonBox { |
33 | padding-top: 0.5em; | |
dae45075 RK |
34 | padding-inline-end: 0px; |
35 | margin-inline-start: 0px; | |
f6e0a33f | 36 | } |
37 | ||
c9b2b3ef | 38 | .middle-button-spacer { |
74d14f90 | 39 | width: 10px; |
f6e0a33f | 40 | } |
41 | ||
c9b2b3ef | 42 | .above-remove-spacer { |
43 | width: 10px; | |
44 | height: 15px; | |
f6e0a33f | 45 | } |