master
candice 2 years ago
parent 99177bc7c8
commit 02ddd7f36c

@ -746,9 +746,9 @@
} }
.formMemo { .formMemo {
font-size: 20px; font-size: 19px;
display: block; display: block;
margin-bottom: 10px; margin-bottom: 5px;
} }
.inquiryBtn { .inquiryBtn {
@ -1310,19 +1310,19 @@ right: 5px;">
<div class="checkboxLabel"> <div class="checkboxLabel">
<input type="radio" value="exact arrival date" id="exact" name="trip_date"> <input type="radio" value="exact arrival date" id="exact" name="trip_date">
<label for="exact" class="updatedestination" style="font-size: 20px;"> <label for="exact" class="updatedestination" style="font-size: 20px;">
Exact date I know exactly when.
</label> </label>
</div> </div>
<div class="checkboxLabel"> <div class="checkboxLabel">
<input type="radio" value="approximate arrival dates" id="approximate" name="trip_date"> <input type="radio" value="approximate arrival dates" id="approximate" name="trip_date">
<label for="approximate" class="updatedestination" style="font-size: 20px;"> <label for="approximate" class="updatedestination" style="font-size: 20px;">
Approximate dates I have a rough idea.
</label> </label>
</div> </div>
<div class="checkboxLabel"> <div class="checkboxLabel">
<input type="radio" value="undecided arrival dates" id="yet" name="trip_date"> <input type="radio" value="undecided arrival dates" id="yet" name="trip_date">
<label for="yet" class="updatedestination" style="font-size: 20px;"> <label for="yet" class="updatedestination" style="font-size: 20px;">
Undecided dates I haven't decided yet.
</label> </label>
</div> </div>
@ -1456,13 +1456,12 @@ right: 5px;">
<h4 style="font-weight: 600;"> <h4 style="font-weight: 600;">
Adults number Adults number
</h4> </h4>
<div class="peopleSelect" style="width: 270px;"> <div class="peopleSelect" style="width: 270px;">
<span class="formMemo"> <span class="formMemo">
18-40 yrs old 65+ yrs old
</span> </span>
<select class="country_code" id="adultNumber_18_40" name="adult_18_40" style="width: 235px; height: 40px;"> <select class="country_code" id="adultNumber_65_plus" name="adult_65_plus" style="width: 235px;height: 40px;">
<option value="2">2 people</option> <option value="0">0 people</option>
<option value="0">0 people</option>
<option value="1">1 person</option> <option value="1">1 person</option>
<option value="2">2 people</option> <option value="2">2 people</option>
<option value="3">3 people</option> <option value="3">3 people</option>
@ -1498,10 +1497,10 @@ right: 5px;">
</div> </div>
<div class="peopleSelect" style="width: 270px;"> <div class="peopleSelect" style="width: 270px;">
<span class="formMemo"> <span class="formMemo">
41-64 yrs old 18-40 yrs old
</span> </span>
<select class="country_code" id="adultNumber_41_64" name="adult_41_64" style="width: 235px;height: 40px;"> <select class="country_code" id="adultNumber_18_40" name="adult_18_40" style="width: 235px; height: 40px;">
<option value="0">0 people</option> <option value="0">0 people</option>
<option value="1">1 person</option> <option value="1">1 person</option>
<option value="2">2 people</option> <option value="2">2 people</option>
<option value="3">3 people</option> <option value="3">3 people</option>
@ -1537,9 +1536,9 @@ right: 5px;">
</div> </div>
<div class="peopleSelect" style="width: 270px;"> <div class="peopleSelect" style="width: 270px;">
<span class="formMemo"> <span class="formMemo">
65+ yrs old 41-64 yrs old
</span> </span>
<select class="country_code" id="adultNumber_65_plus" name="adult_65_plus" style="width: 235px;height: 40px;"> <select class="country_code" id="adultNumber_41_64" name="adult_41_64" style="width: 235px;height: 40px;">
<option value="0">0 people</option> <option value="0">0 people</option>
<option value="1">1 person</option> <option value="1">1 person</option>
<option value="2">2 people</option> <option value="2">2 people</option>
@ -1574,6 +1573,7 @@ right: 5px;">
<option value="31">31 or more people</option> <option value="31">31 or more people</option>
</select> </select>
</div> </div>
</div> </div>
<div class="clear"></div> <div class="clear"></div>

Loading…
Cancel
Save