This commit is contained in:
KONE SOREL 2026-04-07 17:00:52 +00:00
parent 5ae2e4b39c
commit 45e17950bf

View File

@ -6,7 +6,7 @@
<?php if(count($familleacte) > 0): ?>
<div class="table-responsive shadow-sm rounded">
<table class="table table-sm table-hover table-bordered align-middle mb-0" style="font-size: 0.45rem !important;">
<table class="table table-sm table-hover table-bordered align-middle mb-0 text-nowrap">
<thead class="table-light border-secondary">
<tr class="text-center small">
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Effet") ?></th>
@ -14,12 +14,12 @@
<th colspan="4" class="bg-dark text-white py-1 text-center"><?= _("Bénéficiaire") ?></th>
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Remboursement") ?></th>
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Carence") ?></th>
<th colspan="2" class="align-middle bg-light text-center"><?= _("TM") ?></th>
<th colspan="2" class="align-middle bg-light text-center"><?= _("Ticket Modérateur") ?></th>
<th colspan="2" class="align-middle bg-light text-center"><?= _("Âge") ?></th>
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Statut") ?></th>
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Actions") ?></th>
</tr>
<tr class="text-center small bg-light-subtle" style="font-size: 0.45rem; !important">
<tr class="text-center small bg-light-subtle">
<th><?= _("Plafond") ?></th>
<th><?= _("Périodicité") ?></th>
<th><?= _("Nb Transac") ?></th>
@ -99,7 +99,7 @@
<style>
.table-responsive {border: 1px solid #dee2e6;}
.table thead th {font-weight: 700;letter-spacing: 0.02em;}
.table td {font-size:0.65rem !important;}
.table thead th {font-weight: 700;letter-spacing: 0.02em; font-size:0.75rem !important;}
.table td {font-size:0.75rem !important;}
.border-dashed {border: 2px dashed #dee2e6 !important;background: transparent;}
</style>