booking form responsive
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3463 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
2fe066b00f
commit
ad4dff526c
6 changed files with 107 additions and 14 deletions
|
|
@ -20,3 +20,39 @@
|
|||
content: " *";
|
||||
}
|
||||
|
||||
.radio label {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.checkbox label {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.btn.dropdown-toggle.btn-white {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
@media (max-width: 786px) {
|
||||
.booking_form .table > tbody > tr > td {
|
||||
display: block;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
.booking_form .table.first-table .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
|
||||
.content-copy p {
|
||||
line-height: 1.4em;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.c1 li {
|
||||
white-space: normal;
|
||||
}
|
||||
.st-traveller-index {
|
||||
white-space: normal;
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -153,7 +153,7 @@ $(document).ready(function() {
|
|||
var roomIndexSelector = travelerSelector+' .st-traveller-index';
|
||||
//var currentRoomIndex = $(travelerSelector).attr("data-room-index");
|
||||
$(travelerSelector).show().find('input,select').prop('required', true);
|
||||
$(roomIndexSelector).text(counter + ".) Reiseteilnehmer | Einzelzimmer | 1. Erwachsender");
|
||||
$(roomIndexSelector).text(counter + ".) Reiseteilnehmer | Einzelzimmer 1. Erwachsender");
|
||||
counter ++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -513,13 +513,13 @@
|
|||
'</div>'
|
||||
: '';
|
||||
var drop =
|
||||
'<div class="btn-group bootstrap-select' + showTick + inputGroup + '">' +
|
||||
'<button type="button" class="' + this.options.styleBase + ' dropdown-toggle" data-toggle="dropdown"' + autofocus + ' role="button">' +
|
||||
'<span class="filter-option pull-left"></span> ' +
|
||||
'<span class="bs-caret">' +
|
||||
this.options.template.caret +
|
||||
'</span>' +
|
||||
'</button>' +
|
||||
'<div class="btn-group bootstrap-select' + showTick + inputGroup + '">'+
|
||||
'<button type="button" class="' + this.options.styleBase + ' dropdown-toggle" data-toggle="dropdown"' + autofocus + ' role="button">'+
|
||||
'<span class="filter-option pull-left"></span>'+
|
||||
'<span class="bs-caret">'+
|
||||
this.options.template.caret+
|
||||
'</span>'+
|
||||
'</button>'+
|
||||
'<div class="dropdown-menu open" role="combobox">' +
|
||||
header +
|
||||
searchbox +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue