summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-01-28 21:27:26 +0100
committergebele <gebele@in-silico.ch>2016-01-28 21:27:26 +0100
commit2b6ae54466d9854bb8898e1136c125d40b2d3444 (patch)
tree8167e00632368ce4631d933ab5f92e087e1e57a3 /public/css/style.css
parentb72906cf99507b1be887b7ecf98f596135099412 (diff)
restyled prediction table
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
new file mode 100644
index 0000000..45b5c52
--- /dev/null
+++ b/public/css/style.css
@@ -0,0 +1,9 @@
+.tablesorter thead tr th {
+ vertical-align: middle;
+}
+.tablesorter tbody tr td {
+ white-space: nowrap;
+}
+.tablesorter tbody tr.static td {
+ background-color: #B0B0B0;
+}