From 8db799f28ab9930ca70f9cddc6ff7069728d69f3 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 6 Apr 2010 20:32:02 -0700 Subject: [PATCH] Bug 552647: CSS fixes for the search-direction arrows and the buglist table headers r=LpSolit, a=LpSolit --- skins/standard/buglist.css | 18 ++++++++++++++---- template/en/default/list/table.html.tmpl | 4 ++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 00614a6cf3..a1937bc1e7 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 64ed319db1..0ddd26f730 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -77,7 +77,7 @@ [% tableheader = BLOCK %] - + [% IF dotweak %] [% END %] @@ -99,7 +99,7 @@ [% PROCESS columnheader %] [% END %] - + [% IF dotweak %] [% END %] -- 2.47.2