]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 820766: The requester and requestee fields in the Requests page are way too small...
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 17 Jan 2013 22:10:43 +0000 (23:10 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 17 Jan 2013 22:10:43 +0000 (23:10 +0100)
r=dkl a=LpSolit

skins/standard/buglist.css
template/en/default/request/queue.html.tmpl

index b4920c60925607926919bb50d6edbe2e73fc8804..6d23fc8bbbb3afba2a460ed64f5340b03e1b4273 100644 (file)
@@ -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;
+}
index 676e8926468315f05280c49a8e74f914d16fab8a..68a5197255227a673b5a2345f5796d3f3d17096e 100644 (file)
 
 [% 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']