|
@@ -207,7 +207,7 @@
|
|
|
</div>
|
|
|
<button>Pt. Ed.</button>
|
|
|
<button>Video</button>
|
|
|
- <div moe>
|
|
|
+ <div moe relative class="mcp-theme-1">
|
|
|
<a start show>
|
|
|
<!-- <i class="fa fa-plus-circle"></i> -->
|
|
|
<button>+ Next Appointment</button>
|
|
@@ -215,23 +215,25 @@
|
|
|
<form url="/api/client/setNextAppointment" right>
|
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
|
|
|
|
- <div>
|
|
|
- <label for="" class="control-label text-left">Date</label>
|
|
|
- <input type="date" name="date">
|
|
|
+ <div class="mb-2">
|
|
|
+ <label class="text-secondary text-sm">Date</label>
|
|
|
+ <input type="date" name="date" class="form-control form-control-sm">
|
|
|
</div>
|
|
|
|
|
|
- <div>
|
|
|
- <label for="" class="control-label text-left">Is time specific</label>
|
|
|
- <input type="checkbox" name="isTimeSpecific">
|
|
|
+ <div class="my-1 py-1">
|
|
|
+ <label class="text-dar d-flex align-items-center">
|
|
|
+ <span>Is time specific</span>
|
|
|
+ <input type="checkbox" name="isTimeSpecific" class="my-0 ml-1">
|
|
|
+ </label>
|
|
|
</div>
|
|
|
|
|
|
- <div>
|
|
|
- <label for="" class="control-label text-left">Time</label>
|
|
|
- <input type="time" name="time">
|
|
|
+ <div class="mb-2">
|
|
|
+ <label class="text-secondary text-sm">Time</label>
|
|
|
+ <input type="time" name="time" class="form-control form-control-sm">
|
|
|
</div>
|
|
|
<div>
|
|
|
- <button submit>Submit</button>
|
|
|
- <button cancel>Cancel</button>
|
|
|
+ <button submit class="btn btn-sm btn-primary mr-1">Submit</button>
|
|
|
+ <button cancel class="btn btn-sm btn-default">Cancel</button>
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|