der
This commit is contained in:
parent
5ae2e4b39c
commit
45e17950bf
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<?php if(count($familleacte) > 0): ?>
|
<?php if(count($familleacte) > 0): ?>
|
||||||
<div class="table-responsive shadow-sm rounded">
|
<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">
|
<thead class="table-light border-secondary">
|
||||||
<tr class="text-center small">
|
<tr class="text-center small">
|
||||||
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Effet") ?></th>
|
<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 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"><?= _("Remboursement") ?></th>
|
||||||
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Carence") ?></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 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"><?= _("Statut") ?></th>
|
||||||
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Actions") ?></th>
|
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Actions") ?></th>
|
||||||
</tr>
|
</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><?= _("Plafond") ?></th>
|
||||||
<th><?= _("Périodicité") ?></th>
|
<th><?= _("Périodicité") ?></th>
|
||||||
<th><?= _("Nb Transac") ?></th>
|
<th><?= _("Nb Transac") ?></th>
|
||||||
|
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.table-responsive {border: 1px solid #dee2e6;}
|
.table-responsive {border: 1px solid #dee2e6;}
|
||||||
.table thead th {font-weight: 700;letter-spacing: 0.02em;}
|
.table thead th {font-weight: 700;letter-spacing: 0.02em; font-size:0.75rem !important;}
|
||||||
.table td {font-size:0.65rem !important;}
|
.table td {font-size:0.75rem !important;}
|
||||||
.border-dashed {border: 2px dashed #dee2e6 !important;background: transparent;}
|
.border-dashed {border: 2px dashed #dee2e6 !important;background: transparent;}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user