add close icon CSS so dev toolbar works
[themes.git] / EarlyBlue / messenger / searchDialog.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/* ===== searchDialog.css ===============================================
6 == Styles for the Mail Search dialog.
7 ======================================================================= */
8
9@import url("chrome://messenger/skin/");
10
11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
13/* ::::: box sizes ::::: */
14
15#searchTermTree {
16 min-height: 50px;
17}
18
19#searchTermListBox {
20 height: 100px;
21}
22
23#searchResultListBox {
24 margin: 5px;
25 height: 100px;
26}
27
28#searchAddressBookWindow,
29#searchMailWindow {
30 padding: 0px;
31}
32
33.search-menulist[unavailable="true"] {
34 color: #808080;
35}
36
37menulist:not(#menuSearchLocalSystem) {
38 width: 12em;
39}
40
41menulist:not(#menuSearchLocalSystem) > menupopup > menuitem {
42 padding-inline-end: 2px;
43}
44
45textbox {
46 margin: 1px 4px;
47}
48
49.filler {
50 padding-inline-end: 22px;
51}
52
53.small-button {
54 min-width: 3em;
55 padding: 0px;
56 margin: 0px 1px;
57}