From 629eff2f03aa9357c57149f331771ac34dd4a018 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 25 May 2025 11:10:24 +0200 Subject: status card: add delimiter between main and supplementary content --- sass/src/common/local.scss | 5 +++++ templates/_public_status_card.html.ep | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index bffe9a6..a3789e2 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -275,6 +275,11 @@ ul.route-history > li { } } +.status-card-progress-annot { + padding-bottom: 2ex; + border-bottom: 2px dashed #808080; +} + @media screen and (max-width: 600px) { .collection.departures li { diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index e8b6fbb..5cda2f0 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -64,7 +64,7 @@
-
+
<%= $journey->{dep_name} %>
<%= $journey->{real_departure}->strftime('%H:%M') %> -- cgit v1.2.3