summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-08-29 23:19:27 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-08-29 23:19:27 +0200
commit840bfeae940b12f848ef01a06c8e349c0b7c41d3 (patch)
treee428c608ad79ff346350dae20b56e336a5b3c049 /skins
parent153d2be457ffff521dfccbb1e7c3d325c50412ca (diff)
downloadbugzilla-840bfeae940b12f848ef01a06c8e349c0b7c41d3.tar.gz
bugzilla-840bfeae940b12f848ef01a06c8e349c0b7c41d3.tar.xz
Bug 571637: Put the Custom Search (formerly "Boolean Charts") UI behind
a show/hide widget r=mkanat, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/search_form.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/standard/search_form.css b/skins/standard/search_form.css
index 541a8ea73..7258b880b 100644
--- a/skins/standard/search_form.css
+++ b/skins/standard/search_form.css
@@ -176,6 +176,14 @@ div.bz_section_title span {
font-weight: bold;
}
+#queryform, #reportform {
+ margin-bottom: 2em;
+}
+
+#knob {
+ margin-top: 2em;
+}
+
.hide_people_filter #people_filter_section,
.hide_history_filter #history_filter_section,
.hide_detailed_information #detailed_information_section