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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue