make add icon work
[themes.git] / LCARStrek / messenger / addressbook / cardDialog.css
CommitLineData
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/* ===== 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 {
c710949d 16 width: 42ch;
351107c9 17}
18
aa39c771
RK
19.CardEditLabel {
20 text-align: end;
21}
22
c710949d
RK
23.PhoneEditWidth {
24 width: 24ch;
351107c9 25}
26
c710949d
RK
27.AddressCardEditWidth {
28 width: 72ch;
29}
30
31.YearWidth {
32 width: 8ch;
351107c9 33}
34
35.stateZipSpacer {
c710949d
RK
36 width: 6ch;
37}
38
39.ZipWidth {
40 width: 14ch;
351107c9 41}