Unverified Commit 424adc28 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

map view: add a small border around text

parent dd0f557b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -38,6 +38,13 @@ div.notes {
	margin-right: auto;
}

div.journey,
div.nextstop {
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}

p {
	text-align: justify;
}
+4 −2
Original line number Diff line number Diff line
@@ -79,18 +79,20 @@ var marker;
</script>

<div class="container" style="margin-top: 1ex; margin-bottom: 1ex; color: #555;">
<p>
Die eingezeichnete Route stammt aus dem angefragten Backend und stimmt nicht
notwendigerweise mit der Realität überein.<br/>
notwendigerweise mit der Realität überein.
Die Fahrzeugposition auf der Karte ist eine DBF-eigene Schätzung und kann
erheblich von den tatsächlichen Gegebenheiten abweichen.
% if (stash('intersection')) {
<br/>In dieser Ansicht sind Live-Updates der Zug- und Begegnungspositionen noch
nicht implementiert.
% }
</p>
</div>

% if (my $op = stash('operator')) {
<div class="container" style="margin-top: 1ex; margin-bottom: 1ex; color: #555;">
Betrieb: <%= $op %>
<p>Betrieb: <%= $op %></p>
</div>
% }