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:
adametz 2017-02-28 17:12:19 +00:00
parent c516e2967d
commit 55645fce16
21 changed files with 353 additions and 35 deletions

View file

@ -742,6 +742,7 @@ a[id^="video_"]:before,
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
min-height: 132px;
}
.travel-wrapper h5 {
font-weight: 700;
@ -793,12 +794,6 @@ a[id^="video_"]:before,
overflow: hidden;
line-height: 1.45em;
height: 3.6em;
/*span {
color: #fff;
height: 3.6em;
display: table-cell;
vertical-align: middle;
}*/
}
.travel-wrapper .item > a.item-button.single_line {
padding-top: 17px;
@ -806,6 +801,13 @@ a[id^="video_"]:before,
}
.travel-wrapper .item > a.item-button.dobble_line {
height: 3.6em;
padding-top: 0px;
}
.travel-wrapper .item > a.item-button.dobble_line span {
color: #fff;
height: 3.6em;
display: table-cell;
vertical-align: middle;
}
.travel-wrapper .lb {
position: relative;
@ -1239,6 +1241,8 @@ a[id^="video_"]:before,
}
.home-message {
padding: 89px 0px;
padding-top: 128px;
padding-bottom: 0px;
min-height: 580px;
}
.home-message.small {
@ -1539,6 +1543,9 @@ a[id^="video_"]:before,
margin-bottom: 16px;
box-shadow: none;
}
.form-inline .dropdown {
margin-bottom: 16px;
}
.form-bottom,
.form-inline .form-bottom {
margin-bottom: 16px;
@ -1670,7 +1677,7 @@ a[id^="video_"]:before,
margin-bottom: 20px;
}
.content-copy .tab-content ul li {
margin: 5px 15px;
margin: 5px 22px;
list-style: none;
}
.content-copy .tab-content ul li:before {
@ -1904,7 +1911,8 @@ body.modal-open {
background-color: #ffffff;
position: relative;
display: block;
padding: 60px 0;
padding: 30px 0;
padding-top: 20px;
overflow: hidden;
}
.section.padding-top-20 {
@ -1939,7 +1947,7 @@ body.modal-open {
.absolute {
padding: 0;
position: relative;
margin-top: -122px;
margin-top: -92px;
z-index: 100;
display: block;
width: 100%;
@ -5545,4 +5553,3 @@ input[type="radio"] .styled:checked + label::after {
.icon-previous11:before {
content: "\e174";
}
/*# sourceMappingURL=custom.css.map */