mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
#1808 - Wrong CSS in TableListField.css (merged from branches/2.2.0, r44891)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44917 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
329567c3fb
commit
104291466b
@ -27,7 +27,7 @@ table.TableField th,
|
||||
table.TableListField th,
|
||||
.TableListField table.data th,
|
||||
table.CMSList th {
|
||||
whitespace: no-wrap;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table.TableField thead th,
|
||||
@ -155,8 +155,6 @@ form .TableField .message {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#Pagination {
|
||||
margin-top: 10px;
|
||||
margin-left: auto;
|
||||
@ -165,7 +163,7 @@ form .TableField .message {
|
||||
#Pagination a {
|
||||
font-size: 14px;
|
||||
width: 1px;
|
||||
heigth: 1px;
|
||||
height: 1px;
|
||||
margin: 1px;
|
||||
}
|
||||
#Pagination span {
|
||||
|
Loading…
Reference in New Issue
Block a user