23:00 to 22:00 | label break on Phone

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3377 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-03-06 16:12:11 +00:00
parent 0684e0d159
commit 8ef58d6438
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
<i class="fa fa-phone"></i> <i class="fa fa-phone"></i>
<p class="text"> <p class="text">
030 - 700 94 100 030 - 700 94 100
<span class="small">Mo-Fr 09:00 - 23:00 Uhr • Sa 10:00 - 23:00 Uhr • So 11:00 - 23:00 Uhr</span> <span class="small">Mo-Fr 09:00 - 22:00 Uhr • Sa 10:00 - 22:00 Uhr • So 11:00 - 22:00 Uhr</span>
</p> </p>
</div> </div>
</div> </div>

View file

@ -97,7 +97,7 @@
<div class="navbar-times hidden-xs"> <div class="navbar-times hidden-xs">
<span style="float:left; margin-top: 30pt; margin-right: 5pt; color: #e5aa30; font-size: 18px">E-Mail: <a href="mailto:stern@sterntours.de" style="font-size: 18px; color: #777777" >stern@sterntours.de</a></span> <span style="float:left; margin-top: 30pt; margin-right: 5pt; color: #e5aa30; font-size: 18px">E-Mail: <a href="mailto:stern@sterntours.de" style="font-size: 18px; color: #777777" >stern@sterntours.de</a></span>
<i class="fa fa-phone "></i> <i class="fa fa-phone "></i>
<span>Mo-Fr: 09:00 - 23:00 Uhr<br>Sa: 10:00 - 23:00 Uhr<br>So: 11:00 - 23:00 Uhr</span> <span>Mo-Fr: 09:00 - 22:00 Uhr<br>Sa: 10:00 - 22:00 Uhr<br>So: 11:00 - 22:00 Uhr</span>
</div> </div>
</div><!-- end navbar-callopse --> </div><!-- end navbar-callopse -->

View file

@ -179,7 +179,7 @@
{% if form.travelCancellation is defined %} {% if form.travelCancellation is defined %}
<div class="checkbox"> <div class="checkbox">
{{ form_widget(form.travelCancellation) }} {{ form_widget(form.travelCancellation) }}
<label for="{{ form.travelCancellation.vars.id }}"> <label for="{{ form.travelCancellation.vars.id }}" style="white-space: normal;">
STERN TOURS GmbH empfiehlt generell den Abschluss einer Reise-Rücktrittskosten-Versicherung und einer Auslands-Reisekrankenversicherung mit Rücktransport. Wenn Sie eine Versicherung wünschen, dann teilen Sie uns das bitte hier (Checkbox auswählen) mit und wir senden Ihnen alle Informationen per Email zu. STERN TOURS GmbH empfiehlt generell den Abschluss einer Reise-Rücktrittskosten-Versicherung und einer Auslands-Reisekrankenversicherung mit Rücktransport. Wenn Sie eine Versicherung wünschen, dann teilen Sie uns das bitte hier (Checkbox auswählen) mit und wir senden Ihnen alle Informationen per Email zu.
</label> </label>
</div> </div>