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 * This Source Code Form is "Incompatible With Secondary Licenses", as
6 * defined by the Mozilla Public License, v. 2.0.
7 */
8
9#summary_field {
10  padding: 1em;
11  margin: 1em;
12  border: 1px solid black;
13  background-color: #eee;
14  white-space: nowrap;
15}
16
17#bug_id_container {
18  display: inline-block;
19  vertical-align: middle;
20  padding-bottom: 1ex;
21}
22
23#bug_id_container input {
24  width: 9em;
25}
26
27.container_date_from,
28.container_date_to {
29  width: 14em;
30  padding-bottom: 1ex;
31}
32.container_date_from input,
33.container_date_to input {
34  width: 8em;
35}
36
37#bug_id_type{
38  width: inherit;
39}
40
41.search_field_grid {
42  margin-top: 1em;
43  display: inline-block;
44}
45
46.search_field_grid .field_help_link,
47.history_query .field_help_link
48{
49  display: block;
50  text-align: left;
51}
52
53#chart .section_help {
54  font-size: 0.8em;
55  font-weight: normal
56}
57
58#bug_id_container .field_help {
59  font-size: 0.75em
60}
61
62.search_field_row {
63  white-space: nowrap;
64  margin-bottom: 0.5em;
65}
66
67.search_field_row .container_date_from, .search_field_row .container_date_to {
68  display: inline;
69}
70
71#summary_field.search_field_row {
72  display: block;
73}
74
75#summary_field.search_field_row input,
76#summary_field.search_field_row select
77{
78  display: inline;
79  padding-bottom: 0;
80  vertical-align: middle;
81}
82
83.search_field_row .field_label, #field_label_short_desc  {
84  width: 14em;
85  display: inline-block;
86  line-height: 2em;
87  margin-right: 0.8em;
88}
89
90#field_label_short_desc {
91  text-align: right;
92}
93
94#summary_field.search_field_row {
95  width: inherit;
96}
97
98#keywords_container {
99  padding-bottom: 0;
100}
101
102.search_field_grid .field_label,
103.search_field_grid .field_label
104 {
105  display: block;
106  padding-bottom: 1ex;
107}
108
109.search_field_grid select {
110  width: 17em;
111  height: 15ex;
112}
113
114.search_field_grid, .search_field_row {
115  padding-left: 1.5em;
116}
117
118.search_email_fields {
119  display: inline-block;
120  width: 14.5em;
121  padding-left: 1.5em;
122}
123
124ul.bug_changes {
125  margin: 0;
126  padding: 0;
127}
128
129ul.bug_changes li {
130  display: inline-block;
131  width: 14.5em;
132  vertical-align: top;
133  padding-left: 1.5em;
134}
135
136ul.bug_changes select {
137  width: 15em;
138}
139
140ul.bug_changes li label {
141   display: block;
142}
143
144div.bz_section_title {
145  display: block;
146  margin-top: 2em;
147  font-size: 1.2em;
148}
149
150div.bz_section_title a {
151  font-weight: bold;
152}
153
154div.bz_section_title span {
155  font-size: 0.75em;
156  margin-left: 1em;
157}
158
159#summary_field label {
160  font-weight: bold;
161}
162
163#queryform, #reportform {
164  margin-bottom: 2em;
165}
166
167#knob {
168  margin-top: 2em;
169}
170
171.hide_people_filter #people_filter_section,
172.hide_history_filter #history_filter_section,
173.hide_detailed_information #detailed_information_section
174{
175  display: none;
176}
177
178.arrow {
179  display: inline;
180  width: 16px;
181  height: 16px;
182}
183
184.bz_search_section, ul.bz_search_section {
185  margin-top: 1em;
186}
187
188.bz_simple_search_form th {
189  text-align: right;
190}
191