From 0aae6fb18ec24ff6ac843acd3ee31ef2ff0191cb Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 29 Jan 2016 22:16:58 +0100 Subject: removed sticky headers through cross browser problems. init overflow to scroll. descriptors get column headers. --- public/css/style.css | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'public') diff --git a/public/css/style.css b/public/css/style.css index e03c660..104ccbf 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,4 +1,9 @@ -.neighbor { +body { + overflow: scroll; +} +#results { + height: 500px; + overflow:scroll; } .tablesorter tbody tr td { padding: 8px; @@ -10,10 +15,10 @@ vertical-align: middle; } .tablesorter thead tr - td.physchem { + th.physchem { white-space: nowrap; min-width: 60px;} - td.tox { + th.tox { white-space: nowrap;} .tablesorter tbody tr td.physchem { @@ -21,12 +26,6 @@ min-width: 60px;} td.tox { white-space: nowrap;} - td { - padding: 4px 18px 4px 4px; - font-size: 14px; - font-weight: 700; - line-height: 20px;} - -.tablesorter thead tr.static td { - background-color: #99cc00; +.tablesorter tbody tr.static td { + background-color: #CCFFCC; } -- cgit v1.2.3