Prechádzať zdrojové kódy

Style next-appt. moe modal

Vijayakrishnan Krishnan 5 rokov pred
rodič
commit
5767e49045
1 zmenil súbory, kde vykonal 14 pridanie a 12 odobranie
  1. 14 12
      resources/views/layouts/patient.blade.php

+ 14 - 12
resources/views/layouts/patient.blade.php

@@ -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>