diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-28 07:29:52 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-28 07:29:52 +0100 |
commit | bb94e7f944b908086f93825f197712479c28ebc0 (patch) | |
tree | 833a269cfc6b6ebf687f540e542fba81f2fad83c /skins/custom | |
parent | bf82dd009a52a2dfb317a1fe9bc688e120187dc6 (diff) | |
download | bugzilla-bb94e7f944b908086f93825f197712479c28ebc0.tar.gz bugzilla-bb94e7f944b908086f93825f197712479c28ebc0.tar.xz |
Bug 842416: add UI in request.cgi to use the do_union param
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/buglist.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/custom/buglist.css b/skins/custom/buglist.css index 397bd95a4..d3097aedd 100644 --- a/skins/custom/buglist.css +++ b/skins/custom/buglist.css @@ -34,3 +34,8 @@ th.sorted_5 { .bz_short_desc_column a:hover, .bz_short_short_desc_column a:hover { text-decoration: underline; } + +#request_form #filtering th { + padding-left: 0.5em; +} + |