CSS Template Anpassungen
Bullets weiter einrücken Silder Höhen anpassen .form-inline .dropdown margin bottom h1 in Templates ändern. bower.json Button Text vertical middle (span table-cell) Box Höhe auch wenn kein Text mit fester Höhe. confirm Booking Seite angelegt. Bug BookingRequestValidator //use AppBundle\Entity\BookingRequest; Slider Austausch Bilder git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3310 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
c516e2967d
commit
55645fce16
21 changed files with 353 additions and 35 deletions
|
|
@ -28,16 +28,25 @@
|
|||
<div class="carousel-inner">
|
||||
<div class="item active">
|
||||
<!-- Set the first background image using inline CSS below. -->
|
||||
<div class="fill" style="background-image:url('/bundles/app/images/travel/header-top-image.jpg');"></div>
|
||||
<div class="fill" style="background-image:url('/bundles/app/images/travel/slider_aegypten.jpg');"></div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<!-- Set the second background image using inline CSS below. -->
|
||||
<div class="fill" style="background-image:url('/bundles/app/images/travel/header-top-image1.jpg');"></div>
|
||||
<div class="fill" style="background-image:url('/bundles/app/images/travel/slider_felsendom.jpg');"></div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<!-- Set the third background image using inline CSS below. -->
|
||||
<div class="fill" style="background-image:url('/bundles/app/images/travel/header-top-image2.jpg');"></div>
|
||||
<div class="fill" style="background-image:url('/bundles/app/images/travel/slider_petra.jpg');"></div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<!-- Set the third background image using inline CSS below. -->
|
||||
<div class="fill" style="background-image:url('/bundles/app/images/travel/slider_strandkorb.jpg');"></div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<!-- Set the third background image using inline CSS below. -->
|
||||
<div class="fill" style="background-image:url('/bundles/app/images/travel/slider_usedom.jpg');"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section><!-- end section -->
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<a class="item-button is-box-link" href="{{ page.urlPath }}">ansehen</a>
|
||||
<a class="item-button is-box-link dobble_line" href="{{ page.urlPath }}"><span>ansehen</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<p>{{ child_page.boxBody ?? child_page.description }}</p>
|
||||
</div>
|
||||
<a class="item-button is-box-link dobble_line" href="{{ child_page.urlPath }}" title="{{ child_page.title }}">
|
||||
{{ child_page.title }}
|
||||
<span>{{ child_page.title }}</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue