summaryrefslogtreecommitdiff
path: root/public/css/default.css
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-06 14:22:39 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-06 14:22:39 +0200
commitb3de33b95e9cd7449f0a5427236d0a20b55c051e (patch)
tree4af71c032403d7d875e2f04ada79b5779344fef7 /public/css/default.css
parent8fca7e3bc7d959501c81968e3935ad034dff6dfc (diff)
Squashed commit of the following:
commit 3b3dd6ea92799a95ecaa7c90ede830a62d53ee05 Author: Daniel Friesel <derf@finalrewind.org> Date: Sun Sep 6 14:21:27 2015 +0200 margins commit ae911d4fba68adce63a16bda82f9b06a51a4aa81 Merge: 0625d89 8fca7e3 Author: I <marudor@marudor.de> Date: Sat Sep 5 14:49:12 2015 +0200 Merge branch 'master' of https://github.com/derf/iris-delay-stats # Conflicts: # templates/intro.html.ep commit 0625d894bb5294f3d47cca759010ee969db7a2d1 Author: marudor <marudor@marudor.de> Date: Sat Sep 5 13:51:49 2015 +0200 fancy forms
Diffstat (limited to 'public/css/default.css')
-rw-r--r--public/css/default.css60
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;
}