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 +}