summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skins/standard/buglist.css15
-rw-r--r--template/en/default/request/queue.html.tmpl4
2 files changed, 15 insertions, 4 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css
index b4920c609..6d23fc8bb 100644
--- a/skins/standard/buglist.css
+++ b/skins/standard/buglist.css
@@ -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;
+}
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']