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.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
new file mode 100644
index 0000000..02b1959
--- /dev/null
+++ b/public/css/style.css
@@ -0,0 +1,16 @@
+.tablesorter thead tr
+ th.physchem {
+ min-width: 60px;}
+ th.tox {
+ background-color: #ffcc80 !important}
+.tablesorter tbody tr
+ td.physchem {
+ min-width: 60px;}
+ td.tox {
+ background-color: #ffcc80 }
+.tablesorter tbody tr.static td {
+ background-color: #CCFFCC;
+}
+.th5 {
+ display: inline;
+}