optische Korrekturen
* Boxen home.html Ergänzung p Tags für gleiche Höher der Copy * Boxen Bilder die kleiner sind als 190px werden mit JS auf 190px Höhe / Width auto angepasst. * Preisstörer im Slider * Style Video Links * Style Listen * Scrollbalken im Buchungsformular bei Dropdown entfernt * Alle Buttons von grau auf grün geändert * Überschriften Boxen auf 16px * Link Flughäfen unterstrichen * Dropdowns gehen nur noch nach unten auf Autodropup false * Kalender auch über das Icon - labels mit for=„ID“ * Termin Nummer in den Tabellen auf 80% Schrift git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3298 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
39870187c5
commit
d8fcf531ec
7 changed files with 150 additions and 26 deletions
|
|
@ -25,7 +25,7 @@
|
|||
{% set image_url = '/bundles/app/images/no-picture.png' %}
|
||||
{% set image_alt = 'Kein Vorschaubild vorhanden' %}
|
||||
{% endif %}
|
||||
<img src="{{ image_url }}" alt="{{ image_alt }}" style="width: 265px; height: 190px;{# #TODO! #}">
|
||||
<img src="{{ image_url }}" alt="{{ image_alt }}">
|
||||
|
||||
</div>
|
||||
<div class="box_mid">
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
'data-style': attr['data-style']|default('btn-white'),
|
||||
'data-dropout': attr['data-dropout']|default('false')
|
||||
}) %}
|
||||
<div class="dropdown">
|
||||
<div class="dropdown" data-toggle="dropdown">
|
||||
{{- block('base_choice_widget_collapsed') -}}
|
||||
</div>
|
||||
{%- endblock %}
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
{% set attr = attr|merge({class: (attr.class|default('') ~ ' datepicker')|trim}) -%}
|
||||
<div class="input-group">
|
||||
{{ parent() -}}
|
||||
<div class="input-group-addon"><i class="fa fa-calendar"></i></div>
|
||||
<label for="{{ id }}" class="input-group-addon"><i class="fa fa-calendar"></i></label>
|
||||
</div>
|
||||
{%- endblock %}
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<div class="item-img">{% image '@AppBundle/Resources/public/images/page1_img2.jpg' %}<img src="{{ asset_url }}" alt="">{% endimage %}</div>
|
||||
<div class="box_mid">
|
||||
<div class="hl5">Höhepunkte Jordaniens bis 31.10.2016</div>
|
||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
|
||||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
|
||||
<div class="price">Für 550,- EUR</div>
|
||||
</div>
|
||||
<a class="item-button is-box-link" href="#1" title="">Ansehen</a>
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<div class="item-img">{% image '@AppBundle/Resources/public/images/page1_img3.jpg' %}<img src="{{ asset_url }}" alt="">{% endimage %}</div>
|
||||
<div class="box_mid">
|
||||
<div class="hl5">Israel Standardreise<br><br></div>
|
||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
|
||||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
|
||||
<div class="price">Für 550,- EUR</div>
|
||||
</div>
|
||||
<a class="item-button is-box-link" href="#1" title="">Ansehen</a>
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
<div class="item-img">{% image '@AppBundle/Resources/public/images/page1_img4.jpg' %}<img src="{{ asset_url }}" alt="">{% endimage %}</div>
|
||||
<div class="box_mid">
|
||||
<div class="hl5">Höhepunkte Jordaniens bis 31.10.2016</div>
|
||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
|
||||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
|
||||
<div class="price">Für 550,- EUR</div>
|
||||
</div>
|
||||
<a class="item-button is-box-link" href="#1" title="">Ansehen</a>
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
<div class="item-img">{% image '@AppBundle/Resources/public/images/page1_img2.jpg' %}<img src="{{ asset_url }}" alt="">{% endimage %}</div>
|
||||
<div class="box_mid">
|
||||
<div class="hl5">Höhepunkte Jordaniens bis 31.10.2016</div>
|
||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
|
||||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
|
||||
<div class="price">Für 550,- EUR</div>
|
||||
</div>
|
||||
<a class="item-button is-box-link" href="#1" title="">Ansehen</a>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,12 @@
|
|||
********* SLIDER *********
|
||||
#}
|
||||
|
||||
<div class="pull-right btn-over-slider">
|
||||
<div class="price-over-slider">
|
||||
|
||||
<div class="cprice">ab {{ travel_program.lowestPrice|number_format }} € p.P.</div>
|
||||
</div>
|
||||
|
||||
<div class="pull-right btn-over-slider">
|
||||
<button type="button"
|
||||
class="btn btn-primary btn-lg border-radius st-slider-booking-btn"
|
||||
onclick=
|
||||
|
|
@ -184,7 +189,7 @@
|
|||
{% for travel_date in travel_program.travelDates %}
|
||||
{# @var travel_date \AppBundle\Entity\TravelDate #}
|
||||
<tr>
|
||||
<td data-title="Nr."><strong>{{ travel_date.name }}</strong></td>
|
||||
<td data-title="Nr."><strong class="small">{{ travel_date.name }}</strong></td>
|
||||
<td data-title="Beginn">{{ travel_date.start|date }}</td>
|
||||
<td data-title="Ende">{{ travel_date.end|date }}</td>
|
||||
{% if has_three_bed_room %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue