This commit is contained in:
KONE SOREL 2026-01-04 11:58:21 +00:00
parent be4e101103
commit 5bfff21e41
4 changed files with 13 additions and 15 deletions

View File

@ -763,16 +763,16 @@ body {
font-weight: bold !important;
}
.accordion-title {
font-size: 0.9rem !important;
}
.accordion-title {
font-size: 0.9rem !important;
}
.financial-item {
.financial-item {
border-right: none !important;
border-bottom: 1px solid var(--office-border);
}
.editor-paper {
.editor-paper {
padding: 1rem !important;
font-size: 9pt;
}
@ -780,19 +780,12 @@ body {
/* Écrans larges : mêmes insets pour nav-tabs et content-area */
@media (min-width: 1400px) {
.nav-bar > .nav-tabs {
/*
padding-left: calc((100vw - 1400px) / 2);
padding-right: calc((100vw - 1400px) / 2);
*/
}
.content-area {
padding-left: calc((100vw - 1400px) / 2);
padding-right: calc((100vw - 1400px) / 2);
}
}
/* ============================================
SCROLLBAR STYLING
============================================ */
@ -965,6 +958,7 @@ li i { margin-right:10px; color:#007bff; }
#div_emission,
#div_colleges_police,
#div_ajout_adherent,
#div_ajout_avenant,
#div_liste_adherent {
background-color: var(--office-light);
color: var(--office-dark);
@ -978,6 +972,7 @@ li i { margin-right:10px; color:#007bff; }
#div_emission .card,
#div_colleges_police .card,
#div_ajout_adherent .card,
#div_ajout_avenant .card,
#div_liste_adherent .card{
border: 1px solid var(--office-border);
border-radius: 2px; /* Office style is more rectangular */
@ -988,6 +983,7 @@ li i { margin-right:10px; color:#007bff; }
#div_emission .card-header,
#div_colleges_police .card-header,
#div_ajout_adherent .card-header,
#div_ajout_avenant .card-header,
#div_liste_adherent .card-header{
border-bottom: 1px solid var(--office-border) !important;
background-color: white;

View File

@ -1,6 +1,7 @@
<?php
$this->titre = "INTER-SANTE - Ajout Adhérent";
$dateAvenant = $_SESSION['dateAvenant_C'];
//
?>
<div id="div_ajout_adherent" class="container-fluid py-2 animate__animated animate__fadeIn">

View File

@ -15,8 +15,9 @@
}
?>
<div class="container-fluid py-1 animate__animated animate__fadeIn">
<div id="div_ajout_avenant" class="container-fluid py-1 animate__animated animate__fadeIn">
<h1 class="text-primary"><i class="fas fa-file-signature me-2"></i><?= _('Nouvel Avenant') ?></h1>
<div class="card shadow-sm border-0 mb-4">
<div class="card-header bg-light d-flex align-items-center py-1">
<i class="fas fa-file-contract text-primary me-2"></i>

View File

@ -123,7 +123,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.03.02" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.04.00" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
<!-- ============================================