CSS Anpassungen
Reiseprogramm-Tabs Mauszeiger / nav-tabs curser Pointer Anpassung Logos im Footer /images/st2/icons/arrowup.gif bei Video Link entfernen Model (Layer) Scrollbar / Ohne Script git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3311 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
55645fce16
commit
02e576ebc7
4 changed files with 55 additions and 10 deletions
|
|
@ -78,9 +78,6 @@
|
|||
{% image '@AppBundle/Resources/public/images/logos/rundv.png' %}<img class="img-responsive" src="{{ asset_url }}" alt="R + V">{% endimage %}
|
||||
</div>
|
||||
<div class="clearfix padding-bottom"></div>
|
||||
<div class="col-md-6 col-sm-6 col-xs-6">
|
||||
{% image '@AppBundle/Resources/public/images/logos/reisebuero.png' %}<img class="img-responsive" src="{{ asset_url }}" alt="Empfohlenes Reisebüro">{% endimage %}
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6 col-xs-6">
|
||||
{% image '@AppBundle/Resources/public/images/logos/DB.png' %}<img class="img-responsive" src="{{ asset_url }}" alt="DB Bahn">{% endimage %}
|
||||
</div>
|
||||
|
|
@ -91,14 +88,14 @@
|
|||
<p class="hl4">Sicherheit & starke Marken:</p>
|
||||
<div class="row text-center">
|
||||
<div class="col-md-12">
|
||||
{% image '@AppBundle/Resources/public/images/logos/ssl.png' %}<img class="left-img" src="{{ asset_url }}" alt="SSL">{% endimage %}
|
||||
{% image '@AppBundle/Resources/public/images/logos/ssl.png' %}<img class="left-img" src="{{ asset_url }}" alt="SSL" style="margin-top: 14px;">{% endimage %}
|
||||
</div>
|
||||
<div class="clearfix padding-bottom"></div>
|
||||
<div class="col-md-6 col-sm-6 col-xs-6">
|
||||
{% image '@AppBundle/Resources/public/images/logos/logo-jugendreisen-spezialist.png' %}<img class="img-responsive" src="{{ asset_url }}" alt="jugendreisen spezialist">{% endimage %}
|
||||
{% image '@AppBundle/Resources/public/images/logos/logo-jugendreisen-spezialist.png' %}<img class="img-responsive" src="{{ asset_url }}" alt="jugendreisen spezialist" style="margin-top: 15px">{% endimage %}
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6 col-xs-6">
|
||||
{% image '@AppBundle/Resources/public/images/logos/fairliners_g.png' %}<img class="img-responsive" src="{{ asset_url }}" alt="fairliners">{% endimage %}
|
||||
{% image '@AppBundle/Resources/public/images/logos/fairliners_g.png' %}<img class="img-responsive" src="{{ asset_url }}" alt="fairliners" style="margin-top: 15px">{% endimage %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,27 @@ body.modal-open {
|
|||
overflow: auto !important;
|
||||
}
|
||||
|
||||
.modal-dialog{
|
||||
overflow-y: initial !important
|
||||
}
|
||||
.modal-body{
|
||||
max-height: 85vh;
|
||||
overflow-y: auto;
|
||||
|
||||
|
||||
@media screen and (max-height: 1000px){
|
||||
max-height: 80vh;
|
||||
}
|
||||
@media screen and (max-height: 800px){
|
||||
max-height: 75vh;
|
||||
}
|
||||
@media screen and (max-height: 600px){
|
||||
max-height: 70vh;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* background setup */
|
||||
.background {
|
||||
background-repeat:no-repeat;
|
||||
|
|
@ -362,7 +383,8 @@ i {
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
} */
|
||||
|
||||
.nav-tabs > li {
|
||||
}
|
||||
.nav-tabs > li > a {
|
||||
margin-right: 2px;
|
||||
line-height: 1.42857143;
|
||||
|
|
@ -373,15 +395,18 @@ i {
|
|||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
padding: 10px 10px;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
}
|
||||
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
|
||||
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
//cursor: default;
|
||||
background-color: @brand-secondary;
|
||||
border: 1px solid #ddd;
|
||||
border-bottom-color: transparent;
|
||||
cursor: pointer;
|
||||
.fa {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1890,6 +1890,28 @@ body.modal-open {
|
|||
.modal-open {
|
||||
overflow: auto !important;
|
||||
}
|
||||
.modal-dialog {
|
||||
overflow-y: initial !important;
|
||||
}
|
||||
.modal-body {
|
||||
max-height: 85vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
@media screen and (max-height: 1000px) {
|
||||
.modal-body {
|
||||
max-height: 80vh;
|
||||
}
|
||||
}
|
||||
@media screen and (max-height: 800px) {
|
||||
.modal-body {
|
||||
max-height: 75vh;
|
||||
}
|
||||
}
|
||||
@media screen and (max-height: 600px) {
|
||||
.modal-body {
|
||||
max-height: 70vh;
|
||||
}
|
||||
}
|
||||
/* background setup */
|
||||
.background {
|
||||
background-repeat: no-repeat;
|
||||
|
|
@ -2223,6 +2245,7 @@ i {
|
|||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
padding: 10px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#content section .nav-tabs > li.active > a,
|
||||
#content section .nav-tabs > li.active > a:hover,
|
||||
|
|
@ -2230,10 +2253,10 @@ i {
|
|||
#content section .nav-tabs > li > a:hover,
|
||||
#content section .nav-tabs > li > a:focus {
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
background-color: #ffc926;
|
||||
border: 1px solid #ddd;
|
||||
border-bottom-color: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
#content section .nav-tabs > li.active > a .fa,
|
||||
#content section .nav-tabs > li.active > a:hover .fa,
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ jQuery(document).ready(function($) {
|
|||
;
|
||||
el$
|
||||
.addClass('st-collapsed')
|
||||
.css('background-image', 'url(/images/st2/icons/arrowup.gif)')
|
||||
//.css('background-image', 'url(/images/st2/icons/arrowup.gif)')
|
||||
.text(caption + ' einblenden')
|
||||
.attr('href', 'javascript:void(0);')
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue