master
candice 2 years ago
parent 298a1afc31
commit 02293c617c

@ -386,10 +386,10 @@
#inquiryBox {
display: inherit;
background-color: #FFF;
padding: 0px 40px 40px 50px;
padding: 0px 20px 40px 30px;
border-radius: 4px;
margin: 0 auto;
width: 735px;
width: 830px;
margin-bottom: 50px;
}
@ -601,7 +601,7 @@
}
.checkboxGender {
width: 23.9%;
width: 23%;
display: inline-block;
margin-right: 5px;
}
@ -819,7 +819,7 @@
.age_range {
display: inline-block;
width: 475px;
width: 525px;
position: relative;
top: -10px;
}
@ -1402,7 +1402,7 @@ right: 5px;">
<div id="adultBlock" style="display: none">
<div class="peopleSelect" style="width: 255px;">
<div class="peopleSelect" style="width: 295px;">
<h4>
Adults number (≥18 yrs old)
</h4>
@ -1452,7 +1452,7 @@ right: 5px;">
<div id="childrenBlock" style="display: none">
<h4>Children number (age of children at time of trip)</h4>
<div class="peopleSelect" style="width: 242px;">
<div class="peopleSelect" style="width: 270px;">
<span class="formMemo">
10-17 yrs old
</span>
@ -1463,7 +1463,7 @@ right: 5px;">
<input class="minaddBtn addchild" id="plusTeenager" type="button" value="+">
</div>
</div>
<div class="peopleSelect" style="width: 242px;">
<div class="peopleSelect" style="width: 270px;">
<span class="formMemo">
3-9 yrs old
</span>
@ -1473,7 +1473,7 @@ right: 5px;">
<input class="minaddBtn addchild" id="plusChildren" type="button" value="+">
</div>
</div>
<div class="peopleSelect" style="width: 243px;">
<div class="peopleSelect" style="width: 270px;">
<span class="formMemo">
0-2 yrs old
</span>

Loading…
Cancel
Save