summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-01-29 17:21:55 +0100
committergebele <gebele@in-silico.ch>2016-01-29 17:21:55 +0100
commit126b8b795fd8bdef05b9016edb2a81e8a9cda05e (patch)
tree087b1148242550117b16e13c28b3e33a1c75867b /public/css/style.css
parent2b6ae54466d9854bb8898e1136c125d40b2d3444 (diff)
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
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css33
1 files changed, 28 insertions, 5 deletions
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;
}