Ver Fonte

Client dashboard align fix

Vijayakrishnan há 3 anos atrás
pai
commit
c5151f5c4e

+ 1 - 1
resources/views/app/patient/dashboard.blade.php

@@ -228,7 +228,7 @@
 
                 {{-- canvas based dx --}}
                 @if($isOldClient)
-                    <div class="pt-2 mt-2 border-top">
+                    <div class="pt-2 mb-2 border-top">
                         <div class="d-flex align-items-center pb-2">
                             <h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas</h6>
                             <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>

+ 1 - 1
resources/views/app/patient/partials/appointments.blade.php

@@ -1,5 +1,5 @@
 <div class="mt-0 pb-1">
-    <div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
+    <div class="d-flex align-items-center mb-2 pt-2">
         <h6 class="my-0 font-weight-bold text-secondary">Appointments</h6>
         <span class="mx-2 text-secondary">|</span>
         <a href="/patients/view/{{$patient->uid}}/calendar">Calendar</a>

+ 1 - 1
resources/views/app/patient/point-based-partials/dx.blade.php

@@ -1,7 +1,7 @@
 <?php
 $problems = \App\Models\Point::getPointsOfCategory($patient, "PROBLEM");
 ?>
-<div class="pt-2 mt-2">
+<div class="pt-2">
     <div class="d-flex align-items-center pb-2">
         <h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas</h6>
         @if($isOldClient)