Commit c379cab5 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 552647: CSS fixes for the search-direction arrows and the buglist table

headers r=LpSolit, a=LpSolit
parent d89b27ae
...@@ -33,6 +33,20 @@ ...@@ -33,6 +33,20 @@
font-weight: bold; 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 { .bz_id_column {
} }
...@@ -101,7 +115,3 @@ td.bz_total { ...@@ -101,7 +115,3 @@ td.bz_total {
.bz_query_explain { .bz_query_explain {
text-align: left; text-align: left;
} }
.bz_sort_order_secondary {
color: gray;
}
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
[% tableheader = BLOCK %] [% tableheader = BLOCK %]
<table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%"> <table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%">
<tr class="bz_buglist_header bz_first_buglist_header" align="left"> <tr class="bz_buglist_header bz_first_buglist_header">
[% IF dotweak %] [% IF dotweak %]
<th>&nbsp;</th> <th>&nbsp;</th>
[% END %] [% END %]
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
[% PROCESS columnheader %] [% PROCESS columnheader %]
[% END %] [% END %]
</tr><tr class="bz_buglist_header" align="left"> </tr><tr class="bz_buglist_header">
[% IF dotweak %] [% IF dotweak %]
<th>&nbsp;</th> <th>&nbsp;</th>
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment