master
candice 2 years ago
parent 99177bc7c8
commit 02ddd7f36c

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

Loading…
Cancel
Save