diff options
Diffstat (limited to 'templates/wagenreihung.html.ep')
-rw-r--r-- | templates/wagenreihung.html.ep | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep index fc00968..3d47466 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -31,7 +31,7 @@ </div> % } <div class="container"> - <div style="position: relative; width: 100%; height: 60ex;"> + <div style="position: relative; width: 100%; height: 70ex;"> % if (not $wr->has_bad_wagons) { % for my $section ($wr->sections) { <div style="position: absolute; left: 1em; width: 2em; @@ -79,28 +79,28 @@ <span style="display: inline-block; width: 0.8em; text-align: center; color: #666666; border: 1px solid #666666;">2</span> % } % if ($wagon->has_accessibility) { - ♿ + <i class="material-icons">accessible</i> % } % if ($wagon->has_bistro) { - 🍴 + <i class="material-icons">restaurant</i> % } % if ($wagon->has_compartments) { - 🚪 + <!--<i class="material-icons">folder</i>--> % } % if ($wagon->has_quiet_area) { - 🔇 + <i class="material-icons">volume_off</i> % } % if ($wagon->has_phone_area) { - 📱 + <i class="material-icons">smartphone</i> % } % if ($wagon->has_family_area) { - 👪 + <i class="material-icons">people</i> % } % if ($wagon->has_bahn_comfort) { - bahn.comfort + <i class="material-icons">star</i> % } % if ($wagon->is_interregio) { - Interregio + % } <span style="color: #999999;"> %= $wagon->type |