master
candice 2 years ago
parent d643423541
commit d3b9e9bd71

@ -346,6 +346,7 @@
float: left;
margin: 0 3px;
line-height: 17px;
border: 1px solid #d1d1d1;
}
.optionLable input[type="radio"]:checked+label {
@ -1234,10 +1235,9 @@
</h3>
<div id="hotel_error_msg" class="hidden">(Please select an option.)</div>
<div class="optionLable" style="width: 98%; margin-bottom: 10px; height:40px;">
<div class="optionLable" >
<input type="radio" value="Handpicked Comfort 4 star" id="fourStar" name="hotel">
<label for="fourStar">
<label for="fourStar" style="width: 98%; margin-bottom: 10px; height:40px;">
<div class="selectionText">
Handpicked comfort (4-star)
<div class="selectionMemo">
@ -1635,7 +1635,10 @@ margin-right: 10px;
1. Our must-dos/must-sees are… We are interested in…<br>
3. My special requests for hotel/transportation/travel date/food are…</span>
<textarea id="additionalrequirements" name="additional_requirements" style="resize:none;"></textarea>
<p style="font-weight: 600; font-style: italic;">This is a big trip for:</p>
<p style="font-weight: 600;
font-style: italic;
margin-top: -10px;
margin-bottom: 0;">This is a big trip for:</p>
<div class="travelStyle" id="gift">
<input type="checkbox" value="Retirement gift" id="Retirement gift" name="interests[]">
<label for="Retirement gift" data-clickable>

Loading…
Cancel
Save