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 | /* ===== cardViewOverlay.css ============================================ | |
6 | == Styles for the Address Book Card view. | |
7 | ======================================================================= */ | |
8 | ||
9 | @import url("chrome://messenger/skin/"); | |
10 | ||
11 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
12 | ||
13 | /* ::::: Card Edit dialog ::::: */ | |
14 | ||
15 | .CardEditWidth { | |
d61a45b2 | 16 | width: 42ch; |
f6e0a33f | 17 | } |
18 | ||
aa39c771 RK |
19 | .CardEditLabel { |
20 | text-align: end; | |
21 | } | |
22 | ||
d61a45b2 RK |
23 | .PhoneEditWidth { |
24 | width: 24ch; | |
f6e0a33f | 25 | } |
26 | ||
d61a45b2 RK |
27 | .AddressCardEditWidth { |
28 | width: 72ch; | |
29 | } | |
30 | ||
31 | .YearWidth { | |
32 | width: 8ch; | |
f6e0a33f | 33 | } |
34 | ||
35 | .stateZipSpacer { | |
d61a45b2 RK |
36 | width: 6ch; |
37 | } | |
38 | ||
39 | .ZipWidth { | |
40 | width: 14ch; | |
f6e0a33f | 41 | } |