diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-01-17 23:41:14 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-01-17 23:41:14 +0100 |
commit | 3337e65897bff511a75f37761acb1632b034038f (patch) | |
tree | 15a78f99cbc5b3034f81e67e6722e1046b5c2a02 /template/en/default/request | |
parent | 22f1b7eb4d32020ca57739266516705e7ece6457 (diff) | |
download | bugzilla-3337e65897bff511a75f37761acb1632b034038f.tar.gz bugzilla-3337e65897bff511a75f37761acb1632b034038f.tar.xz |
Bug 820766 - The requester and requestee fields in the Requests page are way too small in narrow windows
Diffstat (limited to 'template/en/default/request')
-rw-r--r-- | template/en/default/request/queue.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index a1f670158..6a24fda25 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -25,10 +25,6 @@ [% PROCESS global/header.html.tmpl title="Request Queue" - style = " - table.requests th { text-align: left; } - table#filtering th { text-align: right; } - " onload="var f = document.request_form; selectProduct(f.product, f.component, null, null, 'Any');" javascript_urls=["js/productform.js", "js/field.js"] style_urls = ['skins/standard/buglist.css'] |