| 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 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 6 | |
| 7 | /* ::::: addressing widget ::::: */ |
| 8 | |
| 9 | #addressingWidget { |
| 10 | /* height: 80px; */ |
| 11 | -moz-margin-start: 0px; |
| 12 | -moz-margin-end: 0px; |
| 13 | -moz-user-focus: none; |
| 14 | width: 0px; |
| 15 | } |
| 16 | |
| 17 | #typecol-addressingWidget { |
| 18 | min-width: 9em; |
| 19 | border-right: 1px solid #CCD0DD; |
| 20 | } |
| 21 | |
| 22 | #addressingWidget > listitem, |
| 23 | .addressingWidgetItem, |
| 24 | .dummyrow { |
| 25 | border: none; |
| 26 | background-color: inherit; |
| 27 | color: inherit; |
| 28 | } |
| 29 | |
| 30 | .addressingWidgetCell { |
| 31 | border-bottom: 1px solid #CCD0DD; |
| 32 | padding: 0px; |
| 33 | } |
| 34 | |
| 35 | .addressingWidgetCell:first-child { |
| 36 | border-top: none; |
| 37 | } |
| 38 | |
| 39 | .dummy-row-cell:first-child { |
| 40 | border-top: none; |
| 41 | border-bottom: 1px solid #CCD0DD; |
| 42 | } |
| 43 | |
| 44 | .person-icon { |
| 45 | margin: 0px 3px; |
| 46 | list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif"); |
| 47 | } |