]> 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:55:54 +0000 (18:55 +0000)
committerjocuri%softhome.net <>
Fri, 31 Dec 2004 18:55:54 +0000 (18:55 +0000)
skins/standard/buglist.css
template/en/default/list/table.html.tmpl

index b0326b5bb7a9c989e68e26b549ffc36cdb278b43..f1f1d74dc9e42702630b045d9f2960f2b1b813b8 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 */
@@ -50,6 +49,10 @@ tr.bz_secure td.first-child {
   background-color: inherit;
 }
 
+th.first-child, td.first-child {
+  padding-left: 20px;
+}
+
 tr.bz_secure_mode_implied td.first-child {
 }
 
index dc4f241fb7ac191cd43f6cad7602182d5936524a..56ab2ee491211ba2fa453678c5dd4b13b3c910e3 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 %]