hotfix/paypal-note
candice 2 years ago
parent 228468f4f8
commit fb578957ca

@ -169,7 +169,7 @@
</div> </div>
<div class="trip_date_length" id="tripDateBlock" style="display: none"> <div class="trip_date_length" id="tripDateBlock" style="display: none">
<p style="margin-bottom: 10px;">Select your travel date and trip length (days).</p> <p style="text-align: left; font-weight: 400; font-size: 19px;">Select your travel date and trip length (days).</p>
<div id='dateSelectionBlock'> <div id='dateSelectionBlock'>
<input type="text" class="arrivalDate datepicker" id="starting_date" name="date_start" value="" placeholder="mm/dd/yyyy" autocomplete="off" style="width: auto; <input type="text" class="arrivalDate datepicker" id="starting_date" name="date_start" value="" placeholder="mm/dd/yyyy" autocomplete="off" style="width: auto;
float: left; float: left;
@ -185,7 +185,7 @@
<div class="peopleSelect"> <div class="peopleSelect">
<div class="numberBtn"> <div class="numberBtn">
<input class="minaddBtn" id="tripLengthMinus" type="button" value="-"> <input class="minaddBtn" id="tripLengthMinus" type="button" value="-">
<input class="number" type="text" value="14" id="tripLengthNumber" name="trip_length"> <input class="number" type="text" value="14" id="tripLengthNumber" name="trip_length" style="margin-top: 5px;">
<input class="minaddBtn" id="tripLengthPlus" type="button" value="+"> <input class="minaddBtn" id="tripLengthPlus" type="button" value="+">
</div> </div>
</div> </div>
@ -844,6 +844,7 @@
<style> <style>
.date_select {width: 27.5% !important; margin-bottom: 10px;} .date_select {width: 27.5% !important; margin-bottom: 10px;}
.age_range { margin-top: 45px;} .age_range { margin-top: 45px;}
input.arrivalDate {width: 100%; padding: 0 15px; border-radius: 6px;}
@media (max-width: 750px){ @media (max-width: 750px){
.date_select {width: 93% !important; margin-bottom: 0 !important;} .date_select {width: 93% !important; margin-bottom: 0 !important;}
.age_range { margin-top: 0;} .age_range { margin-top: 0;}

Loading…
Cancel
Save