diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-25 23:03:08 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-25 23:03:08 +0000 |
commit | fe5d6ef0b727e8d5763efdeeb86dd34aa0918a6d (patch) | |
tree | 84e6cefe53fb87e2d53f55e0bccfca8dc0defd62 | |
parent | 0c68925e930102686ca795970d2f1fe654acbec4 (diff) | |
download | thermoprint-fe5d6ef0b727e8d5763efdeeb86dd34aa0918a6d.tar thermoprint-fe5d6ef0b727e8d5763efdeeb86dd34aa0918a6d.tar.gz thermoprint-fe5d6ef0b727e8d5763efdeeb86dd34aa0918a6d.tar.bz2 thermoprint-fe5d6ef0b727e8d5763efdeeb86dd34aa0918a6d.tar.xz thermoprint-fe5d6ef0b727e8d5763efdeeb86dd34aa0918a6d.zip |
Better tables
-rw-r--r-- | webgui/data/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/webgui/data/style.css b/webgui/data/style.css index 6ab1704..fd40d92 100644 --- a/webgui/data/style.css +++ b/webgui/data/style.css | |||
@@ -24,6 +24,11 @@ h1 { | |||
24 | text-align:center; | 24 | text-align:center; |
25 | } | 25 | } |
26 | 26 | ||
27 | table { | ||
28 | border-collapse:collapse; | ||
29 | border-spacing:0; | ||
30 | } | ||
31 | |||
27 | thead td { | 32 | thead td { |
28 | font-size:1em; | 33 | font-size:1em; |
29 | font-weight:600; | 34 | font-weight:600; |
@@ -90,7 +95,7 @@ tfoot tr:first-child td { | |||
90 | } | 95 | } |
91 | 96 | ||
92 | tr.focused td { | 97 | tr.focused td { |
93 | background-color:#d0d0d0; | 98 | background-color:#f0f0f0; |
94 | } | 99 | } |
95 | 100 | ||
96 | /*----- Tabs -----*/ | 101 | /*----- Tabs -----*/ |