Browse Source

Create bill moe position fix

Vijayakrishnan 3 years ago
parent
commit
e045c976d3
1 changed files with 5 additions and 5 deletions
  1. 5 5
      resources/views/app/patient/note/_create-bill.blade.php

+ 5 - 5
resources/views/app/patient/note/_create-bill.blade.php

@@ -1,7 +1,7 @@
 <?php $noteRates = $note->hcpPro->noteRates(); ?>
 @if(!$note->is_bill_closed && !$note->is_billing_marked_done)
     <span class="mx-2 text-secondary">|</span>
-    <div moe wide class="">
+    <div moe relative wide bottom class="">
         <a class="" href="" show start>Create Bill</a>
         <form url="/api/bill/createForNote">
             <?php $maxMinutes = 30; ?>
@@ -104,7 +104,7 @@
 @if($pro->pro_type === 'ADMIN')
     @if(!$note->is_bill_closed)
         <span class="mx-2 text-secondary">|</span>
-        <span class="d-block" moe>
+        <span class="d-block" moe wide relative bottom>
             <a class="text-danger" href="" show start>Close Billing</a>
             <form url="/api/note/closeBilling">
                 <input type="hidden" name="uid" value="{{$note->uid}}">
@@ -117,7 +117,7 @@
         </span>
     @elseif($note->is_bill_closed)
         <span class="mx-2 text-secondary">|</span>
-        <span class="d-block" moe>
+        <span class="d-block" moe wide relative bottom>
             <a class="text-danger" href="" show start>Reopen Billing</a>
             <form url="/api/note/reopenBilling">
                 <input type="hidden" name="uid" value="{{$note->uid}}">
@@ -132,7 +132,7 @@
 @endif
 @if(!$note->is_billing_marked_done)
     <span class="mx-2 text-secondary">|</span>
-    <span class="d-block" moe>
+    <span class="d-block" moe wide relative bottom>
         <a class="text-danger" href="" show start>Mark Billing Done</a>
         <form url="/api/note/setIsBillingMarkedDoneToTrue">
             <input type="hidden" name="uid" value="{{$note->uid}}">
@@ -145,7 +145,7 @@
     </span>
 @else
     <span class="mx-2 text-secondary">|</span>
-    <span class="d-block" moe>
+    <span class="d-block" moe wide relative bottom>
         <i class="fa fa-check"></i>
         <a class="text-danger" href="" show start>Undo Mark Billing Done</a>
         <form url="/api/note/setIsBillingMarkedDoneToFalse">