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:
parent
61f602f3c1
commit
b1dceccad3
4 changed files with 26 additions and 4 deletions
|
|
@ -43,6 +43,7 @@
|
|||
vertical-align: middle;
|
||||
position: relative;
|
||||
padding-left: 5px;
|
||||
white-space: normal;
|
||||
|
||||
&::before{
|
||||
content: "";
|
||||
|
|
|
|||
|
|
@ -307,7 +307,7 @@
|
|||
}
|
||||
#no-more-tables_first {}
|
||||
|
||||
.table > tbody > tr > td {
|
||||
/* .table > tbody > tr > td {
|
||||
display: block;
|
||||
width: 92%;
|
||||
}
|
||||
|
|
@ -324,7 +324,7 @@
|
|||
display: block;
|
||||
width: 86%;
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
@media (max-width: 786px) {
|
||||
.table > tbody > tr > td {
|
||||
|
|
|
|||
|
|
@ -1380,6 +1380,26 @@ a[id^="video_"]:before,
|
|||
padding-bottom: 10px;
|
||||
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 {
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
|
@ -1418,7 +1438,7 @@ a[id^="video_"]:before,
|
|||
@media (max-width: 786px) {
|
||||
.booking_form .table > tbody > tr > td {
|
||||
display: block;
|
||||
width: 98%;
|
||||
width: 92%;
|
||||
}
|
||||
.booking_form .table.first-table .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
||||
width: 98%;
|
||||
|
|
@ -3970,6 +3990,7 @@ a,
|
|||
vertical-align: middle;
|
||||
position: relative;
|
||||
padding-left: 5px;
|
||||
white-space: normal;
|
||||
}
|
||||
.checkbox label::before {
|
||||
content: "";
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue