diff -r 4f8a67d5d79e -r 5fd79554c3aa templates/stop_display.html --- a/templates/stop_display.html Wed Dec 06 22:47:45 2017 +0200 +++ b/templates/stop_display.html Thu Dec 07 16:55:44 2017 +0200 @@ -23,12 +23,14 @@ vertical-align: middle; } - .next-leave-table + .next-leave-list { width: 100%; } - .next-leave-time, .next-leave-destination, .next-leave-route + .next-leave-time, + .next-leave-places li.next-leave-destination, + .next-leave-route { font-weight: bold; font-size: 10vmin; @@ -36,21 +38,26 @@ .next-leave-time { - width: 25%; - text-align: left + text-align: left; } .next-leave-route { - width: 25%; + border: 0.5vmin solid black; + border-radius: 100%; + padding: 8px; + min-width: 12vmin; + min-height: 12vmin; + text-align: center; + background: #ffd90f; } - .next-leave-destination + .next-leave-places { - width: 50%; + text-align: center; } - .via + .next-leave-places li { list-style: none; font-size: 6vmin; @@ -58,11 +65,6 @@ font-weight: normal; } - .next-leave-table - { - text-align: center; - } - #other-leaves { width: 100%; @@ -169,7 +171,6 @@ } } -