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