summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-31 19:55:54 +0100
committerjocuri%softhome.net <>2004-12-31 19:55:54 +0100
commitea89c6a5f55b9f7571820112f0c58344ef3c8ca9 (patch)
tree0b01f035b07c2572052dda4d63811aff592da7a3 /skins
parentd19448c365e3b7fd451586c600ae4397d32aa02a (diff)
downloadbugzilla-ea89c6a5f55b9f7571820112f0c58344ef3c8ca9.tar.gz
bugzilla-ea89c6a5f55b9f7571820112f0c58344ef3c8ca9.tar.xz
Patch for bug 275631: Only the first column (not all) should have excess CSS padding-left; patch by byron jones (glob) <bugzilla@glob.com.au>, r=gerv, r=vladd, a=justdave.
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/buglist.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css
index b0326b5bb..f1f1d74dc 100644
--- a/skins/standard/buglist.css
+++ b/skins/standard/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 */
@@ -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 {
}