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/messenger.css");
10
11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
13/* ::::: Search Dialog adjustments ::::: */
14
15
16#searchTermTree {
17  min-height: 50px;
18}
19
20#searchTermListBox {
21  height: 100px;
22}
23
24#searchResultListBox {
25  margin: 5px;
26  height: 100px;
27}
28
29#searchAddressBookWindow,
30#searchMailWindow {
31  padding: 0px;
32}
33
34.search-menulist[unavailable="true"] {
35  color: #8C99AB;
36}
37
38menulist:not(#menuSearchLocalSystem) {
39  width: 12em;
40}
41
42menulist:not(#menuSearchLocalSystem) > menupopup > menuitem {
43  padding-inline-end: 2px;
44}
45
46.filler {
47  padding-inline-end: 22px;
48}
49
50.small-button {
51  min-width: 3em;
52  padding: 0px;
53  margin: 0px 1px;
54}
55
56textbox {
57  margin: 1px 4px;
58}
59
60