From 34f1af1396446ae3df024cc5e49cad3733fd8409 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 13 Jan 2009 04:24:36 +0000 Subject: [PATCH] MINOR: tidied up padding in headings complextablefields with long titles git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@70070 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/TableListField.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/TableListField.css b/css/TableListField.css index 42a99c741..67fb3cde2 100644 --- a/css/TableListField.css +++ b/css/TableListField.css @@ -40,7 +40,7 @@ table.CMSList thead th { height : 24px; border-right : 1px solid #aca899; border-left : 1px solid #ffffff; - padding-left : 5px; + padding:0 5px; } table.TableField thead th span,