From 3337e65897bff511a75f37761acb1632b034038f Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 17 Jan 2013 17:41:14 -0500 Subject: Bug 820766 - The requester and requestee fields in the Requests page are way too small in narrow windows --- skins/standard/buglist.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'skins/standard') 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; +} -- cgit v1.2.3-24-g4f1b