ソースを参照

DNA DB left sections bold fix

Vijayakrishnan 3 年 前
コミット
4ceca7d207
1 ファイル変更11 行追加11 行削除
  1. 11 11
      resources/views/app/dashboard-dna.blade.php

+ 11 - 11
resources/views/app/dashboard-dna.blade.php

@@ -36,61 +36,61 @@
                                     <tr>
                                         <th class="px-2 text-center">{{$pro->patientsCountAsDna()}}<th>  
                                         <th class="pl-2">
-                                            <a href="{{route('dna.my-patients')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Patients ">Patients </a>
+                                            <a class="font-weight-normal" href="{{route('dna.my-patients')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Patients ">Patients </a>
                                         </th>
                                     </tr>
                                     <tr>
                                         <th class="px-2 text-center">{{$pro->patientsAwaitingMcpVisitCountAsDna()}}<th>
                                         <th class="pl-2">
-                                            <a href="{{route('dna.patients_awaiting_mcp_visit')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Patients Awaiting MCP Visit">Patients Awaiting MCP Visit</a>
+                                            <a class="font-weight-normal" href="{{route('dna.patients_awaiting_mcp_visit')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Patients Awaiting MCP Visit">Patients Awaiting MCP Visit</a>
                                         </th>
                                     </tr>
                                     <tr>
                                         <th class="px-2 text-center">{{$pro->patientsWithoutAppointmentCountAsDna()}}<th>
                                         <th class="pl-2">
-                                            <a href="{{route('dna.patients_without_appointment')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Patients w/o Appointment ">Patients w/o Appointment </a>
+                                            <a class="font-weight-normal" href="{{route('dna.patients_without_appointment')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Patients w/o Appointment ">Patients w/o Appointment </a>
                                         </th>
                                     </tr>
                                     <tr>
                                         <th class="px-2 text-center">{{$pro->encountersPendingMyReviewCountAsDna()}}<th>
                                         <th class="pl-2">
-                                            <a href="{{route('dna.encounters_pending_my_review')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Encounters Pending My Review ">Encounters Pending My Review </a>
+                                            <a class="font-weight-normal" href="{{route('dna.encounters_pending_my_review')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Encounters Pending My Review ">Encounters Pending My Review </a>
                                         </th>
                                     </tr>
                                     <tr>
                                         <th class="px-2 text-center">{{$pro->encountersInProgressCountAsDna()}}<th>
                                         <th class="pl-2">
-                                            <a href="{{route('dna.encounters_in_progress')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Encounters In Progress">Encounters In Progress</a>
+                                            <a class="font-weight-normal" href="{{route('dna.encounters_in_progress')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Encounters In Progress">Encounters In Progress</a>
                                         </th>
                                     </tr>
                                     <tr>
                                         <th class="px-2 text-center">{{$pro->appointmentsPendingConfirmationCountAsDna()}}<th>
                                         <th class="pl-2">
-                                            <a href="{{route('dna.appointments_pending_confirmation')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Appointments Pending Confirmation">Appointments Pending Confirmation</a>
+                                            <a class="font-weight-normal" href="{{route('dna.appointments_pending_confirmation')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Appointments Pending Confirmation">Appointments Pending Confirmation</a>
                                         </th>
                                     </tr>
                                     <tr>
                                         <th class="px-2 text-center">{{$pro->cancelledAppointmentsPendingAckCountAsDna()}}<th>
                                         <th class="pl-2">
-                                            <a href="{{route('dna.cancelled_appointments_pending_ack')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Cancelled Appointments Pending Ack.">Cancelled Appointments Pending Ack.</a>
+                                            <a class="font-weight-normal" href="{{route('dna.cancelled_appointments_pending_ack')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Cancelled Appointments Pending Ack.">Cancelled Appointments Pending Ack.</a>
                                         </th>
                                     </tr>
                                     <tr>
                                         <th class="px-2 text-center">{{$pro->reportsPendingAckCountAsDna()}}<th>
                                         <th class="pl-2">
-                                            <a href="{{route('dna.reports_pending_ack')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Reports Pending Ack.">Reports Pending Ack.</a>
+                                            <a class="font-weight-normal" href="{{route('dna.reports_pending_ack')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Reports Pending Ack.">Reports Pending Ack.</a>
                                         </th>
                                     </tr>
                                     <tr>
                                         <th class="px-2 text-center">{{$pro->supplyOrdersPendingMyAckCountAsDna()}}<th>
                                         <th class="pl-2">
-                                            <a href="{{route('dna.supply_orders_pending_my_ack')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Supply Orders Pending My Ack.">Supply Orders Pending My Ack.</a>
+                                            <a class="font-weight-normal" href="{{route('dna.supply_orders_pending_my_ack')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Supply Orders Pending My Ack.">Supply Orders Pending My Ack.</a>
                                         </th>
                                     </tr>
                                     <tr>
                                         <th class="px-2 text-center">{{$pro->supplyOrdersPendingHcpApprovalCountAsDna()}}<th>
                                         <th class="pl-2">
-                                            <a href="{{route('dna.supply_orders_pending_hcp_approval')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Supply Orders Pending HCP Approval">Supply Orders Pending HCP Approval</a>
+                                            <a class="font-weight-normal" href="{{route('dna.supply_orders_pending_hcp_approval')}}" native target="_blank" open-in-stag-popup popup-style="tall" title="Supply Orders Pending HCP Approval">Supply Orders Pending HCP Approval</a>
                                         </th>
                                     </tr>
                                 </tbody>
@@ -105,7 +105,7 @@
                             </strong>
                         </div>
                         <div class="card-body p-0">
-                            <table class="table mb-0">
+                            <table class="table table-sm mb-0">
                                 <tbody>
                                 <tr class="thin">
                                     <th colspan="2" class="font-weight-normal px-2 pl-2">Billing & Reimbursement</th>