diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-17 23:10:43 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-17 23:10:43 +0100 |
commit | 4fe9898313a06ffa0558cbafdeed3b4d6819ac3e (patch) | |
tree | ed47308d0d47c7b4a995e1390617e693c2e1b8d9 /template/en | |
parent | 41016572ac532949743ed56bd76b8cd0b5928aa4 (diff) | |
download | bugzilla-4fe9898313a06ffa0558cbafdeed3b4d6819ac3e.tar.gz bugzilla-4fe9898313a06ffa0558cbafdeed3b4d6819ac3e.tar.xz |
Bug 820766: The requester and requestee fields in the Requests page are way too small in narrow windows
r=dkl a=LpSolit
Diffstat (limited to 'template/en')
-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 676e89264..68a519725 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -11,10 +11,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'] |