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