adjust padding for appointment booking
This commit is contained in:
parent
a92f060740
commit
c72e1f812d
@ -21,7 +21,7 @@
|
||||
<input type="date" oninput="on_date_or_timezone_select()" name="appointment-date"
|
||||
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"
|
||||
class="form-control mt-3 col-md">
|
||||
class="form-control m-3 col-md">
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -40,7 +40,7 @@
|
||||
<div id="enter-details" class="mb-5">
|
||||
<div class="text-center mt-5">
|
||||
<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>
|
||||
</div>
|
||||
<div class="row justify-content-center mt-3">
|
||||
|
Loading…
x
Reference in New Issue
Block a user