mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed unncessary large padding on TableListField table items
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@72674 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
87f9f13c3b
commit
5509d9caae
@ -76,7 +76,7 @@ table.TableField tfoot td,
|
||||
table.CMSList tbody td,
|
||||
table.CMSList tfoot td {
|
||||
border: 1px solid #f1efe2;
|
||||
padding: 5px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.TableListField table.data tfoot tr.addtogrouprow td {
|
||||
|
Loading…
Reference in New Issue
Block a user