From db97c7c296cbf15552225c31a2f8f67eda467787 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 27 Feb 2012 10:51:24 +0100 Subject: [PATCH] fully hide the tfoot with the filter bar --- user/css/krtmn.css | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/user/css/krtmn.css b/user/css/krtmn.css index 4a80695..6534291 100644 --- a/user/css/krtmn.css +++ b/user/css/krtmn.css @@ -325,6 +325,10 @@ table.tblSorter tbody tr:last-child td { border-bottom: 1px dashed #333; } +table.tblSorter tfoot{ + display: none; +} + table.tblSorter td.timestamp, table.tblSorter td.ip { font-size: .8em; @@ -343,19 +347,6 @@ table.tblSorter td.clicks { padding: .3em; } -#filter_form { - margin-top: 4em; - opacity: .2; -} - - #filter_form:hover { - opacity: 1; - } - - -#main_table tfoot th div { - font-size: .8em; -} /* ============================================================== */ /* Global Footer */