#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:
Andrew O'Neil 2007-11-15 22:41:14 +00:00
parent 329567c3fb
commit 104291466b

View File

@ -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 {
@ -196,4 +194,4 @@ form .TableField .message {
position: relative;
top: -15px;
left: 35px;
}
}