diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-08-29 14:19:27 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-08-29 14:19:27 -0700 |
commit | 840bfeae940b12f848ef01a06c8e349c0b7c41d3 (patch) | |
tree | e428c608ad79ff346350dae20b56e336a5b3c049 /skins | |
parent | 153d2be457ffff521dfccbb1e7c3d325c50412ca (diff) | |
download | bugs-840bfeae940b12f848ef01a06c8e349c0b7c41d3.tar bugs-840bfeae940b12f848ef01a06c8e349c0b7c41d3.tar.gz bugs-840bfeae940b12f848ef01a06c8e349c0b7c41d3.tar.bz2 bugs-840bfeae940b12f848ef01a06c8e349c0b7c41d3.tar.xz bugs-840bfeae940b12f848ef01a06c8e349c0b7c41d3.zip |
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.css | 8 |
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 |