diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/default.css | 60 |
1 files changed, 2 insertions, 58 deletions
diff --git a/public/css/default.css b/public/css/default.css index 8d76d39..92d5f51 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -1,5 +1,6 @@ body { - font-family: sans-serif; + padding-left: 0.4em; + padding-right: 0.4em; } div.intro, @@ -22,63 +23,6 @@ div.about { color: #666666; } -input, select { - border: 1px solid black; -} - -input.dimension { - width: 4em; -} - -input.delay { - width: 3em; -} - -input.train_no { - width: 4em; -} - -div.field { - width: 100%; - clear: both; -} - -div.field div.desc { - float: left; - width: 12em; - text-align: right; - padding-right: 0.5em; -} - -div.individuallist table { - margin-top: 1em; - 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; } |