master
candice 2 years ago
parent 4170130163
commit 0f24e3e66f

@ -239,7 +239,7 @@
border: 1px solid #d1d1d1;
background: #fff;
width: 90%;
height: 100px;
height: 80px;
border-radius: 4px;
margin-top: 10px;
margin-bottom: 30px;
@ -339,7 +339,7 @@
.optionLable input[type="radio"]+label {
width: 30%;
font-size: 17px;
font-size: 19px;
padding: 10px 0 10px 0;
border-radius: 4px;
display: block;
@ -635,21 +635,17 @@
}
.inquiryBtn {
display: block;
padding: 20px 0 0;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px
padding: 50px 0 0;
}
button {
background: #ad1818;
text-align: center;
border-radius: 30px;
padding: 8px 0;
padding: 7px 0;
border: none;
color: #FFF;
font-size: 20px;
font-size: 19px;
font-family: 'Goudy Old Style';
font-weight: 600;
width: 100%;
@ -791,7 +787,7 @@
width: 47%;
float: left;
border-radius: 4px;
margin: 10px 3px 0 3px;
margin: 0 3px 10px 3px;
}
.travel_group input {
@ -1240,7 +1236,7 @@
<div id="hotel_error_msg" class="hidden">(Please select an option.)</div>
<div class="optionLable" >
<input type="radio" value="Handpicked Comfort 4 star" id="fourStar" name="hotel">
<label for="fourStar" style="width: 98%; margin-bottom: 10px; height:40px;">
<label for="fourStar" style="width: 98%; margin-bottom: 10px; height:40px; font-size: 19px;">
<div class="selectionText">
Handpicked comfort (4-star)
<div class="selectionMemo">
@ -1251,7 +1247,7 @@
</div>
<div class="optionLable">
<input type="radio" value="Standard (3 stars)" id="threeStar" name="hotel">
<label for="threeStar" style="width: 98%; margin-bottom: 10px; height:40px;">
<label for="threeStar" style="width: 98%; margin-bottom: 10px; height:40px;font-size: 19px;">
<div class="selectionText">
Standard (3-star)
<div class="selectionMemo">
@ -1262,7 +1258,7 @@
</div>
<div class="optionLable">
<input type="radio" value="Deluxe" id="fiveStar" name="hotel">
<label for="fiveStar" style="width: 98%; margin-bottom: 10px; height:40px;">
<label for="fiveStar" style="width: 98%; margin-bottom: 10px; height:40px;font-size: 19px;">
<div class="selectionText">
Deluxe (5-star & up)
<div class="selectionMemo">
@ -1273,7 +1269,7 @@
</div>
<div class="optionLable">
<input type="radio" value="Self booking" id="Self" name="hotel">
<label for="Self" style="width: 98%; margin-bottom: 10px; height:30px;">
<label for="Self" style="width: 98%; margin-bottom: 10px; height:20px;font-size: 19px;">
<div class="selectionText">
Self-booking
</div>

Loading…
Cancel
Save