From 5ff936e35a59ea7da2011dfbdcb4f2e261fb8551 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 29 Mar 2015 21:42:28 +0200 Subject: individuallist: strike through canceled departures --- public/css/default.css | 5 +++++ templates/individuallist.html.ep | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/public/css/default.css b/public/css/default.css index b6f7ac8..8d76d39 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -62,6 +62,11 @@ div.individuallist td { padding: 0.2em; } +div.individuallist .cancelled { + text-decoration: line-through; + text-decoration-color: red; +} + div.individuallist span.undelay { color: #008800; } diff --git a/templates/individuallist.html.ep b/templates/individuallist.html.ep index 2c57ca3..b7b7535 100644 --- a/templates/individuallist.html.ep +++ b/templates/individuallist.html.ep @@ -15,7 +15,7 @@ Keine Daten mit diesen Parametern gefunden. %= $station - + %= $time % if (defined $delay) { % if ($delay < 0) { -- cgit v1.2.3