From 4fe9898313a06ffa0558cbafdeed3b4d6819ac3e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 17 Jan 2013 23:10:43 +0100 Subject: Bug 820766: The requester and requestee fields in the Requests page are way too small in narrow windows r=dkl a=LpSolit --- skins/standard/buglist.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'skins') 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; +} -- cgit v1.2.3-24-g4f1b