make network panel look decent even in current nightlies
[themes.git] / LCARStrek / messenger / addressingWidget.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@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7/* ::::: addressing widget ::::: */
8
9#addressingWidget {
10/* height: 80px; */
11 margin-inline-start: 0px;
12 margin-inline-end: 0px;
13 -moz-user-focus: none;
14 width: 0px;
15}
16
17#typecol-addressingWidget {
18 min-width: 9em;
19 border-right: 1px solid #9C9CFF;
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 #9C9CFF;
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}
42
43.person-icon {
44 margin: 0px 3px;
45 list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
46}