summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-01-29 22:16:58 +0100
committergebele <gebele@in-silico.ch>2016-01-29 22:16:58 +0100
commit0aae6fb18ec24ff6ac843acd3ee31ef2ff0191cb (patch)
tree26e91ed32638a89b74330f16ca258044de0e9141 /public
parent126b8b795fd8bdef05b9016edb2a81e8a9cda05e (diff)
removed sticky headers through cross browser problems. init overflow to scroll. descriptors get column headers.
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css21
1 files changed, 10 insertions, 11 deletions
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;
}