diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-06 14:29:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-06 14:29:52 +0200 |
commit | 0a592be74518d3fc1674ca8a59753f118935a4c9 (patch) | |
tree | fc7b7608ab5bcf0200cc9e08ba56ca841b593d18 /public | |
parent | b3de33b95e9cd7449f0a5427236d0a20b55c051e (diff) |
css
Diffstat (limited to 'public')
-rw-r--r-- | public/css/default.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/public/css/default.css b/public/css/default.css index 92d5f51..0d37e6e 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -23,6 +23,35 @@ div.about { color: #666666; } +div.individuallist table { + border-collapse: collapse; +} + +div.individuallist th, +div.individuallist td { + border: 1px solid #bbbbbb; + margin: 0; + padding: 0.2em; +} + +div.individuallist .cancelled { + text-decoration: line-through; + text-decoration-color: red; +} + +div.individuallist span.undelay { + color: #008800; +} + +div.individuallist span.delay0 { + color: #888888; +} + +div.individuallist span.delay { + color: #880000; +} + + svg { font: 10px sans-serif; } |