Prechádzať zdrojové kódy

Minor UI mod in note single

Vijayakrishnan Krishnan 4 rokov pred
rodič
commit
146d9a8df0

+ 4 - 4
resources/views/app/patient/note/dashboard.blade.php

@@ -119,7 +119,7 @@
                 </div>
             </div>
             <div class="ml-auto d-flex align-items-start">
-                <div class="pr-2 mr-2 border-right">
+                <div class="pr-2 border-right">
                     <div>
                         @if($note->is_signed_by_hcp)
                             <span class="text-secondary">
@@ -165,9 +165,9 @@
                         @endif
                     </div>
                 </div>
-                <div>
+                <div class="pl-2">
                     <div class="d-flex justify-content-end">
-                        <div moe relatve class="pl-2">
+                        <div moe relatve class="">
                             <a class="" href="" show start>Create Bill</a>
                             <form url="/api/bill/createForNote" right>
                                 <input type="hidden" name="noteUid" value="{{$note->uid}}">
@@ -202,7 +202,7 @@
                     </div>
                     <div class="d-flex justify-content-end">
                         @if(!$note->is_cancelled)
-                        <div moe relatve class="pl-2">
+                        <div moe relatve class="">
                             <a class="text-danger" href="" show start>Cancel Note</a>
                             <form url="/api/note/cancel" right>
                                 <input type="hidden" name="uid" value="{{$note->uid}}">