master
candice 2 years ago
parent 8836da14b5
commit 34038be5e8

@ -1332,9 +1332,9 @@ right: 5px;">
<input type="radio" value="pay more for a higher level of travel service" name="budget_range" id="higher" <input type="radio" value="pay more for a higher level of travel service" name="budget_range" id="higher"
class="checkBorder" style="margin-right: 10px;">I'm willing to pay more for a higher level of travel service.</label> class="checkBorder" style="margin-right: 10px;">I'm willing to pay more for a higher level of travel service.</label>
<div id="budgetTipsBlock" style="display: none;"> <div id="budgetTipsBlock" style="display: none;">
<span class="formNote">Please let us know your expectations, for example: I usually stay in hotels costing from US$xxx per room per night; I want to take business/first class flights...</span> <span class="formNote" style="margin-top: 10px;">Please let us know your expectations, for example: I usually stay in hotels costing from US$xxx per room per night; I want to take business/first class flights...</span>
<div class="inputTerm"> <div class="inputTerm">
<input type="text" name="budget_expectation" required="" style="padding-top: 0; font-size: 17px;"> <textarea type="text" name="budget_expectation" required="" style="height: 80px;"></textarea>
</div> </div>
</div> </div>
</div> </div>

@ -1010,7 +1010,7 @@
<div id="budgetTipsBlock" style="display: none;"> <div id="budgetTipsBlock" style="display: none;">
<span class="formNote">Please let us know your expectations, for example: I usually stay in hotels costing from US$xxx per room per night; I want to take business/first class flights...</span> <span class="formNote">Please let us know your expectations, for example: I usually stay in hotels costing from US$xxx per room per night; I want to take business/first class flights...</span>
<div class="inputTerm"> <div class="inputTerm">
<input type="text" name="budget_expectation" required="" style="padding-top: 0; font-size: 17px;"> <textarea type="text" name="budget_expectation" required="" style="height: 80px;"></textarea>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save