summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-01-17 23:41:14 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-01-17 23:41:14 +0100
commit3337e65897bff511a75f37761acb1632b034038f (patch)
tree15a78f99cbc5b3034f81e67e6722e1046b5c2a02 /skins
parent22f1b7eb4d32020ca57739266516705e7ece6457 (diff)
downloadbugzilla-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 'skins')
-rw-r--r--skins/standard/buglist.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css
index a86009def..320635500 100644
--- a/skins/standard/buglist.css
+++ b/skins/standard/buglist.css
@@ -127,3 +127,17 @@ td.bz_total {
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;
+}