diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/buglist.css | 14 |
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; +} |