]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 552647: CSS fixes for the search-direction arrows and the buglist table
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 7 Apr 2010 03:32:02 +0000 (20:32 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 7 Apr 2010 03:32:02 +0000 (20:32 -0700)
headers
r=LpSolit, a=LpSolit

skins/standard/buglist.css
template/en/default/list/table.html.tmpl

index 00614a6cf3a9fd61e6195f5ac1291dda4137b709..a1937bc1e75696e555bb78c0d17e89f26dae12cf 100644 (file)
   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;
-}
index 64ed319db1fb828789bb3ec22262e180c62e592b..0ddd26f73084f5b2ae9dcaf888d0192e847fc85f 100644 (file)
@@ -77,7 +77,7 @@
 
 [% tableheader = BLOCK %]
   <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 %]
       <th>&nbsp;</th>
       [% END %]
@@ -99,7 +99,7 @@
           [% PROCESS columnheader %]
         [% END %]
 
-        </tr><tr class="bz_buglist_header" align="left">
+        </tr><tr class="bz_buglist_header">
         [% IF dotweak %]
           <th>&nbsp;</th>
         [% END %]