]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 275631: Only the first column (not all) should have excess CSS padding...
authorjocuri%softhome.net <>
Fri, 31 Dec 2004 18:56:20 +0000 (18:56 +0000)
committerjocuri%softhome.net <>
Fri, 31 Dec 2004 18:56:20 +0000 (18:56 +0000)
css/buglist.css
template/en/default/list/table.html.tmpl

index 6ebb0ce6f5f9fa5f104b40c67323aeffd9cf6952..d583612f89a2a4aff34fb22515fa05d3517fad86 100644 (file)
@@ -30,7 +30,6 @@
 table#form tr th { text-align: right; }
 
 table.bz_buglist td, table.bz_buglist th { 
-    padding-left: 20px;
 }
 
 /* For styling rows; by default striped white and gray */
@@ -49,3 +48,7 @@ tr.bz_secure td.first-child {
   background-color: inherit;
 }
 
+th.first-child, td.first-child {
+  padding-left: 20px;
+}
+
index 7ba27e182880aeb47b140220600863261e279093..b89a4bbb131671d3155bd404de473014a050ea23 100644 (file)
@@ -87,7 +87,7 @@
       [% IF dotweak %]
       <th>&nbsp;</th>
       [% END %]
-      <th colspan="[% splitheader ? 2 : 1 %]">
+      <th colspan="[% splitheader ? 2 : 1 %]" class="first-child">
         [% IF sorted_by_relevance %]
           ID
         [% ELSE %]