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.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;
}