From 104291466bdc4197d95fc55f7ee51ea277bc2b46 Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Thu, 15 Nov 2007 22:41:14 +0000 Subject: [PATCH] #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 --- css/TableListField.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/css/TableListField.css b/css/TableListField.css index ac2ebd99c..0af518935 100644 --- a/css/TableListField.css +++ b/css/TableListField.css @@ -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; -} \ No newline at end of file +}