* Suchformular auf Startseite funktioniert nun

* Neueste Design-Änderungen aufgenommen
* Sortierung auf Reiseübersichtsseiten
* Fehler bei Suche behoben

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3285 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
uli 2016-12-19 08:41:15 +00:00
parent 99c6715712
commit 23b2c7a7e8
12 changed files with 217 additions and 119 deletions

View file

@ -756,6 +756,55 @@ a,
.travel-wrapper .item > a.item-button.dobble_line {
height: 3.6em;
}
.travel-wrapper .lb {
position: relative;
}
.travel-wrapper .lb .cstar_right {
position: absolute;
z-index: 10;
background: url(../images/star.png) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
width: 60px;
height: 60px;
padding-top: 20px;
font-weight: bold;
text-align: center;
right: 4px;
top: 6px;
color: #1a457c;
}
.travel-wrapper .lb .cstar_left {
position: absolute;
z-index: 10;
background: url(../images/star.png) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
width: 60px;
height: 60px;
padding-top: 20px;
font-weight: bold;
text-align: center;
left: 4px;
top: 6px;
color: #1a457c;
}
.travel-wrapper .lb .cprice {
position: absolute;
z-index: 10;
left: 0;
top: 140px;
background-color: #648859;
color: #fff;
padding: 4px 6px 4px 12px;
font-weight: bold;
}
.travel-wrapper .lb .cdiscount {
position: absolute;
z-index: 10;
right: 0;
top: 23px;
background-color: #ffc926;
color: #1a457c;
padding: 4px 12px 4px 6px;
font-weight: bold;
}
.travel-wrapper .item .hl5 {
text-overflow: ellipsis;
word-wrap: break-word;