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