mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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
This commit is contained in:
parent
e06da464aa
commit
34f1af1396
@ -40,7 +40,7 @@ table.CMSList thead th {
|
|||||||
height : 24px;
|
height : 24px;
|
||||||
border-right : 1px solid #aca899;
|
border-right : 1px solid #aca899;
|
||||||
border-left : 1px solid #ffffff;
|
border-left : 1px solid #ffffff;
|
||||||
padding-left : 5px;
|
padding:0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.TableField thead th span,
|
table.TableField thead th span,
|
||||||
|
Loading…
Reference in New Issue
Block a user