diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-04-07 05:31:26 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-04-07 05:31:26 +0200 |
commit | c379cab55090ab30f28cb3b997699bf7210c3de4 (patch) | |
tree | 67a688451756f869e6bdba72c3e6dca295dcdb4c /skins | |
parent | d89b27ae1cef6b82492fd6e833ca41d21f9527be (diff) | |
download | bugzilla-c379cab55090ab30f28cb3b997699bf7210c3de4.tar.gz bugzilla-c379cab55090ab30f28cb3b997699bf7210c3de4.tar.xz |
Bug 552647: CSS fixes for the search-direction arrows and the buglist table
headers
r=LpSolit, a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/buglist.css | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 039c1e56e..46c5f608a 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -33,6 +33,20 @@ font-weight: bold; } +.bz_buglist_header th { + text-align: left; +} + +.bz_sort_order_primary, +.bz_sort_order_secondary { + display: inline-block; + padding-left: .2em; + text-decoration: none; +} +.bz_sort_order_primary { color: black; } +.bz_sort_order_secondary { color: #777; } + + .bz_id_column { } @@ -101,7 +115,3 @@ td.bz_total { .bz_query_explain { text-align: left; } - -.bz_sort_order_secondary { - color: gray; -} |