summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css27
1 files changed, 11 insertions, 16 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 104ccbf..7595f4c 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -1,28 +1,23 @@
-body {
- overflow: scroll;
+.tablesorter-scroller-bar-spacer {
+ background: #eee;
}
-#results {
- height: 500px;
- overflow:scroll;
-}
-.tablesorter tbody tr td {
- padding: 8px;
-}
-.tablesorter tbody tr td {
- padding: 8px;
-}
-.tablesorter thead tr th {
- vertical-align: middle;
+.tablesorter-scroller-fixed:after {
+ content: '';
+ border-right: 1px solid #444;
+ width: 1px;
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ z-index: 2;
+ right: 0;
}
.tablesorter thead tr
th.physchem {
- white-space: nowrap;
min-width: 60px;}
th.tox {
white-space: nowrap;}
.tablesorter tbody tr
td.physchem {
- white-space: nowrap;
min-width: 60px;}
td.tox {
white-space: nowrap;}