Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
ba86ed5da9
|
|
@ -253,6 +253,11 @@ body {
|
|||
margin-left: var(--sidebar-width);
|
||||
}
|
||||
|
||||
.toggle-sidebar-btn {
|
||||
font-size: 20px;
|
||||
padding-left: 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
NAVIGATION TABS
|
||||
|
|
|
|||
|
|
@ -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.05.00" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.05.01" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||
|
||||
<!-- ============================================
|
||||
|
|
@ -204,13 +204,12 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<meta name="twitter:image" content="<?= $racineWeb ?>Bootstrap_new/images/new/favicon.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="toggle-sidebar">
|
||||
<!-- Header -->
|
||||
<header class="app-header">
|
||||
<div class="header-content">
|
||||
<div class="logo-container">
|
||||
<i class="bi bi-list toggle-sidebar-btn"></i>
|
||||
|
||||
|
||||
<a href="Accueil" class="app-logo">
|
||||
<img src="/Bootstrap_new/images/new/favicon.png" alt="INTER-SANTE" width="36" height="36">
|
||||
<span class="ms-2">INTER-SANTE</span>
|
||||
|
|
@ -222,6 +221,8 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<span>MODE TEST</span>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<i class="bi bi-list toggle-sidebar-btn"></i>
|
||||
</div>
|
||||
|
||||
<!-- -->
|
||||
|
|
@ -294,7 +295,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
</header>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<aside class="app-sidebar" id="sidebar">
|
||||
<aside class="app-sidebar sidebar" id="sidebar">
|
||||
<nav class="sidebar-nav" aria-label="Navigation principale">
|
||||
<div class="nav-section">
|
||||
<?php foreach ($menus as $key0 => $menuParent):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user