booking form #1

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3381 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-03-10 14:55:53 +00:00
parent 61f602f3c1
commit b1dceccad3
4 changed files with 26 additions and 4 deletions

View file

@ -43,6 +43,7 @@
vertical-align: middle; vertical-align: middle;
position: relative; position: relative;
padding-left: 5px; padding-left: 5px;
white-space: normal;
&::before{ &::before{
content: ""; content: "";

View file

@ -307,7 +307,7 @@
} }
#no-more-tables_first {} #no-more-tables_first {}
.table > tbody > tr > td { /* .table > tbody > tr > td {
display: block; display: block;
width: 92%; width: 92%;
} }
@ -324,7 +324,7 @@
display: block; display: block;
width: 86%; width: 86%;
} }
} }*/
@media (max-width: 786px) { @media (max-width: 786px) {
.table > tbody > tr > td { .table > tbody > tr > td {

View file

@ -1380,6 +1380,26 @@ a[id^="video_"]:before,
padding-bottom: 10px; padding-bottom: 10px;
border-bottom: 1px solid #ffc926; border-bottom: 1px solid #ffc926;
} }
.booking_form {
/* .table > tbody > tr > td {
display: block;
width: 92%;
}
@media (max-width: 320px) {
.table > tbody > tr > td {
display: block;
width: 75%;
}
}
@media (max-width: 375px) {
.table > tbody > tr > td {
display: block;
width: 86%;
}
}*/
}
.booking_form .table { .booking_form .table {
font-family: 'Raleway', sans-serif; font-family: 'Raleway', sans-serif;
} }
@ -1418,7 +1438,7 @@ a[id^="video_"]:before,
@media (max-width: 786px) { @media (max-width: 786px) {
.booking_form .table > tbody > tr > td { .booking_form .table > tbody > tr > td {
display: block; display: block;
width: 98%; width: 92%;
} }
.booking_form .table.first-table .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { .booking_form .table.first-table .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 98%; width: 98%;
@ -3970,6 +3990,7 @@ a,
vertical-align: middle; vertical-align: middle;
position: relative; position: relative;
padding-left: 5px; padding-left: 5px;
white-space: normal;
} }
.checkbox label::before { .checkbox label::before {
content: ""; content: "";

File diff suppressed because one or more lines are too long