Commit 4fe98983 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 820766: The requester and requestee fields in the Requests page are way too…

Bug 820766: The requester and requestee fields in the Requests page are way too small in narrow windows r=dkl a=LpSolit
parent 41016572
......@@ -114,3 +114,18 @@ td.bz_total {
.bz_short_desc_column a, .bz_short_short_desc_column a {
color: inherit;
}
/* The "filtering" table is specific to request.cgi.
* Same for the "requests" class used for tables. */
#filtering #requester, #filtering #requestee {
min-width: 8em;
}
#filtering th {
text-align: right;
}
table.requests th {
text-align: left;
}
......@@ -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']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment