From dfb086bb97bac9c9474d71a985e79d8f0b044b8e Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 31 Dec 2004 18:56:20 +0000 Subject: [PATCH] Patch for bug 275631: Only the first column (not all) should have excess CSS padding-left; patch by byron jones (glob) , r=gerv, r=vladd, a=justdave. --- css/buglist.css | 5 ++++- template/en/default/list/table.html.tmpl | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/css/buglist.css b/css/buglist.css index 6ebb0ce6f5..d583612f89 100644 --- a/css/buglist.css +++ b/css/buglist.css @@ -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; +} + diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 7ba27e1828..b89a4bbb13 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -87,7 +87,7 @@ [% IF dotweak %]   [% END %] - + [% IF sorted_by_relevance %] ID [% ELSE %] -- 2.47.2