Browse Source

Style fixes

Samson Mutunga 1 năm trước cách đây
mục cha
commit
961851efc6

+ 5 - 0
resources/views/app/patient/note/partials/_payments_received.blade.php

@@ -252,6 +252,11 @@
                     </td>
                 </tr>
                 @endforeach
+                @if(!count($note->receivedPayments))
+                    <tr>
+                        <td colspan="9">No records found!</td>
+                    </tr>
+                @endif
                 </tbody>
             </table>
             <table class="w-25 flex-grow-1 table-bordered table-condensed table-sm table-striped">

+ 2 - 2
resources/views/layouts/patient.blade.php

@@ -248,13 +248,13 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
 				@include('app.patient.partials.cpt-alert')
 			@endif
 			@if($pro->is_enrolled_as_mcp && !$patient->mcp)
-			<div class="d-flex align-items-center alert alert-info bg-white mcp-theme-1 p-3 hide-inside-ticket-popup m-1">
+			<div class="d-flex align-items-center alert alert-info bg-white mcp-theme-1 p-1 hide-inside-ticket-popup m-1">
 				<div class="font-size-16 mr-3">
 					<i class="fa fa-exclamation-triangle text-warning-mellow"></i>
 					This patient currently does not have an MCP assigned.
 				</div>
 				<div class="d-flex align-items-center">
-					<button class="btn btn-info" onclick="$('.in-conv-confirmed').removeClass('d-none').addClass('d-inline-flex')">I am currently seeing or talking to this patient</button>
+					<button class="btn btn-info py-1" onclick="$('.in-conv-confirmed').removeClass('d-none').addClass('d-inline-flex')">I am currently seeing or talking to this patient</button>
 					<div class="in-conv-confirmed d-none align-items-center">
 						<i class="fa fa-chevron-right mx-3 text-secondary"></i>
 						<div moe class=" hide-inside-popup">