|
|
|
@ -187,8 +187,7 @@
|
|
|
|
|
<div class="peopleSelect">
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn" id="tripLengthMinus" type="button" value="-">
|
|
|
|
|
<input class="number" type="text" value="14" id="tripLengthNumber" name="trip_length" style=" margin-top: 10px;
|
|
|
|
|
margin-right: 3px;">
|
|
|
|
|
<input class="number" type="text" value="14" id="tripLengthNumber" name="trip_length" style="margin-right: 5px;">
|
|
|
|
|
<input class="minaddBtn" id="tripLengthPlus" type="button" value="+">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -814,7 +813,7 @@
|
|
|
|
|
<style>
|
|
|
|
|
.date_select {width: 27.5% !important; margin-bottom: 10px;}
|
|
|
|
|
.age_range { margin-top: 45px;}
|
|
|
|
|
input.arrivalDate {width: 95%; padding: 0 15px; border-radius: 6px;}
|
|
|
|
|
input.arrivalDate {width: 95%; padding: 0 15px; border-radius: 6px; margin-bottom:15px;}
|
|
|
|
|
@media (max-width: 750px){
|
|
|
|
|
.date_select {width: 93% !important; margin-bottom: 0 !important;}
|
|
|
|
|
.age_range { margin-top: 0;}
|
|
|
|
|