From 126b8b795fd8bdef05b9016edb2a81e8a9cda05e Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 29 Jan 2016 17:21:55 +0100 Subject: combined layout, sorted descriptors match, query and prediction combined in first row which is sticky on top now. sometimes problems with scroll widget for physchem column, needs to be checked in diff browsers, probably gets droped. physchems new sorted for passed descriptors --- public/css/style.css | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css index 45b5c52..e03c660 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,9 +1,32 @@ -.tablesorter thead tr th { - vertical-align: middle; +.neighbor { +} +.tablesorter tbody tr td { + padding: 8px; } .tablesorter tbody tr td { - white-space: nowrap; + padding: 8px; +} +.tablesorter thead tr th { + vertical-align: middle; } -.tablesorter tbody tr.static td { - background-color: #B0B0B0; +.tablesorter thead tr + td.physchem { + white-space: nowrap; + min-width: 60px;} + td.tox { + white-space: nowrap;} +.tablesorter tbody tr + td.physchem { + white-space: nowrap; + 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; } -- cgit v1.2.3