]> 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:31:26 +0000 (20:31 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 7 Apr 2010 03:31:26 +0000 (20:31 -0700)
headers
r=LpSolit, a=LpSolit

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

index 039c1e56e2dd15159277e930d4d0a3974fe56d73..46c5f608a42f4abdbaffb3fd20bf22a812c3e622 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 a7e0a9aff313815e54d1bc44ce3e97fe5e6ee726..563b57caffd9d7c0c0fa9700f38b7a56ff3e0ba4 100644 (file)
@@ -78,7 +78,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 %]
           [% PROCESS columnheader %]
         [% END %]
 
-        </tr><tr class="bz_buglist_header" align="left">
+        </tr><tr class="bz_buglist_header">
         [% IF dotweak %]
           <th>&nbsp;</th>
         [% END %]