mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
adjust padding for appointment booking
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user