diff options
Diffstat (limited to 'skins/standard/buglist.css')
-rw-r--r-- | skins/standard/buglist.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index ebebfb3ef..320635500 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -119,7 +119,7 @@ td.bz_total { margin-top: .25em; } -.bz_query_explain { +.bz_query_debug { text-align: left; } @@ -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; +} |