master
candice 2 years ago
parent 298a1afc31
commit 02293c617c

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

Loading…
Cancel
Save