fully hide the tfoot with the filter bar

This commit is contained in:
Matthias Kretschmann 2012-02-27 10:51:24 +01:00
parent c44ab9fd14
commit db97c7c296
1 changed files with 4 additions and 13 deletions

View File

@ -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 */