mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Fixed padding on TableListField items to be not so much
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@77238 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9b903070a0
commit
865de4b53d
@ -76,7 +76,7 @@ table.TableField tfoot td,
|
||||
table.CMSList tbody td,
|
||||
table.CMSList tfoot td {
|
||||
border: 1px solid #f1efe2;
|
||||
padding: 5px;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
.TableListField table.data tfoot tr.addtogrouprow td {
|
||||
|
Loading…
x
Reference in New Issue
Block a user