From: Max Kanat-Alexander Date: Wed, 7 Apr 2010 03:31:26 +0000 (-0700) Subject: Bug 552647: CSS fixes for the search-direction arrows and the buglist table X-Git-Tag: bugzilla-3.7.1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c379cab55090ab30f28cb3b997699bf7210c3de4;p=thirdparty%2Fbugzilla.git Bug 552647: CSS fixes for the search-direction arrows and the buglist table headers r=LpSolit, a=LpSolit --- diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 039c1e56e2..46c5f608a4 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; -} diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index a7e0a9aff3..563b57caff 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -78,7 +78,7 @@ [% tableheader = BLOCK %] - + [% IF dotweak %] [% END %] @@ -100,7 +100,7 @@ [% PROCESS columnheader %] [% END %] - + [% IF dotweak %] [% END %]