Overflow in Booking Form
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3380 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
2b6f6b811e
commit
61f602f3c1
1 changed files with 20 additions and 1 deletions
|
|
@ -307,10 +307,29 @@
|
|||
}
|
||||
#no-more-tables_first {}
|
||||
|
||||
.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%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 786px) {
|
||||
.table > tbody > tr > td {
|
||||
display: block;
|
||||
width: 98%;
|
||||
width: 92%;
|
||||
}
|
||||
.table.first-table{
|
||||
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue