adjust padding for appointment booking

This commit is contained in:
0Pranav 2019-11-13 12:59:05 +05:30
parent a92f060740
commit c72e1f812d

View File

@ -21,7 +21,7 @@
<input type="date" oninput="on_date_or_timezone_select()" name="appointment-date" <input type="date" oninput="on_date_or_timezone_select()" name="appointment-date"
id="appointment-date" class="form-control mt-3 col-md m-3"> id="appointment-date" class="form-control mt-3 col-md m-3">
<select name="appointment-timezone" oninput="on_date_or_timezone_select()" id="appointment-timezone" <select name="appointment-timezone" oninput="on_date_or_timezone_select()" id="appointment-timezone"
class="form-control mt-3 col-md"> class="form-control m-3 col-md">
</select> </select>
</div> </div>
</div> </div>
@ -40,7 +40,7 @@
<div id="enter-details" class="mb-5"> <div id="enter-details" class="mb-5">
<div class="text-center mt-5"> <div class="text-center mt-5">
<h3>Add details</h3> <h3>Add details</h3>
<p class="lead">Selected date is <span class="date-span"></span> at <span class="time-span"> <p class="lead text-muted">Selected date is <span class="date-span"></span> at <span class="time-span">
</span></p> </span></p>
</div> </div>
<div class="row justify-content-center mt-3"> <div class="row justify-content-center mt-3">