d
This commit is contained in:
parent
be4e101103
commit
5bfff21e41
|
|
@ -780,19 +780,12 @@ body {
|
||||||
|
|
||||||
/* Écrans larges : mêmes insets pour nav-tabs et content-area */
|
/* Écrans larges : mêmes insets pour nav-tabs et content-area */
|
||||||
@media (min-width: 1400px) {
|
@media (min-width: 1400px) {
|
||||||
.nav-bar > .nav-tabs {
|
|
||||||
/*
|
|
||||||
padding-left: calc((100vw - 1400px) / 2);
|
|
||||||
padding-right: calc((100vw - 1400px) / 2);
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
.content-area {
|
.content-area {
|
||||||
padding-left: calc((100vw - 1400px) / 2);
|
padding-left: calc((100vw - 1400px) / 2);
|
||||||
padding-right: calc((100vw - 1400px) / 2);
|
padding-right: calc((100vw - 1400px) / 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================
|
/* ============================================
|
||||||
SCROLLBAR STYLING
|
SCROLLBAR STYLING
|
||||||
============================================ */
|
============================================ */
|
||||||
|
|
@ -965,6 +958,7 @@ li i { margin-right:10px; color:#007bff; }
|
||||||
#div_emission,
|
#div_emission,
|
||||||
#div_colleges_police,
|
#div_colleges_police,
|
||||||
#div_ajout_adherent,
|
#div_ajout_adherent,
|
||||||
|
#div_ajout_avenant,
|
||||||
#div_liste_adherent {
|
#div_liste_adherent {
|
||||||
background-color: var(--office-light);
|
background-color: var(--office-light);
|
||||||
color: var(--office-dark);
|
color: var(--office-dark);
|
||||||
|
|
@ -978,6 +972,7 @@ li i { margin-right:10px; color:#007bff; }
|
||||||
#div_emission .card,
|
#div_emission .card,
|
||||||
#div_colleges_police .card,
|
#div_colleges_police .card,
|
||||||
#div_ajout_adherent .card,
|
#div_ajout_adherent .card,
|
||||||
|
#div_ajout_avenant .card,
|
||||||
#div_liste_adherent .card{
|
#div_liste_adherent .card{
|
||||||
border: 1px solid var(--office-border);
|
border: 1px solid var(--office-border);
|
||||||
border-radius: 2px; /* Office style is more rectangular */
|
border-radius: 2px; /* Office style is more rectangular */
|
||||||
|
|
@ -988,6 +983,7 @@ li i { margin-right:10px; color:#007bff; }
|
||||||
#div_emission .card-header,
|
#div_emission .card-header,
|
||||||
#div_colleges_police .card-header,
|
#div_colleges_police .card-header,
|
||||||
#div_ajout_adherent .card-header,
|
#div_ajout_adherent .card-header,
|
||||||
|
#div_ajout_avenant .card-header,
|
||||||
#div_liste_adherent .card-header{
|
#div_liste_adherent .card-header{
|
||||||
border-bottom: 1px solid var(--office-border) !important;
|
border-bottom: 1px solid var(--office-border) !important;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$this->titre = "INTER-SANTE - Ajout Adhérent";
|
$this->titre = "INTER-SANTE - Ajout Adhérent";
|
||||||
$dateAvenant = $_SESSION['dateAvenant_C'];
|
$dateAvenant = $_SESSION['dateAvenant_C'];
|
||||||
|
//
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="div_ajout_adherent" class="container-fluid py-2 animate__animated animate__fadeIn">
|
<div id="div_ajout_adherent" class="container-fluid py-2 animate__animated animate__fadeIn">
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<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 shadow-sm border-0 mb-4">
|
||||||
<div class="card-header bg-light d-flex align-items-center py-1">
|
<div class="card-header bg-light d-flex align-items-center py-1">
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||||
|
|
||||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
<!-- 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">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||||
|
|
||||||
<!-- ============================================
|
<!-- ============================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user