dg
This commit is contained in:
parent
1fbd134731
commit
0a016a7cce
|
|
@ -1518,6 +1518,7 @@ select[class*="selectpicker"],
|
||||||
body.toggle-sidebar #main {
|
body.toggle-sidebar #main {
|
||||||
margin-left: 68px !important;
|
margin-left: 68px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Masquer textes et chevrons */
|
/* Masquer textes et chevrons */
|
||||||
body.toggle-sidebar #sidebar .nav-link span,
|
body.toggle-sidebar #sidebar .nav-link span,
|
||||||
body.toggle-sidebar #sidebar .nav-link .bi-chevron-down,
|
body.toggle-sidebar #sidebar .nav-link .bi-chevron-down,
|
||||||
|
|
|
||||||
|
|
@ -108,6 +108,9 @@ $descriptionVue = $_SESSION['descriptionVue'];
|
||||||
<?php include 'includes/header.php'; ?>
|
<?php include 'includes/header.php'; ?>
|
||||||
<?php include 'includes/sidebar.php'; ?>
|
<?php include 'includes/sidebar.php'; ?>
|
||||||
|
|
||||||
|
<?php include 'includes/barre-contexte.php'; ?>
|
||||||
|
<?php include 'includes/modals.php'; ?>
|
||||||
|
|
||||||
<!-- ======= Main ======= -->
|
<!-- ======= Main ======= -->
|
||||||
<main id="main" class="main">
|
<main id="main" class="main">
|
||||||
|
|
||||||
|
|
@ -146,8 +149,6 @@ $descriptionVue = $_SESSION['descriptionVue'];
|
||||||
</main>
|
</main>
|
||||||
<!-- End Main -->
|
<!-- End Main -->
|
||||||
|
|
||||||
<?php include 'includes/barre-contexte.php'; ?>
|
|
||||||
<?php include 'includes/modals.php'; ?>
|
|
||||||
<?php include 'includes/scripts-footer.php'; ?>
|
<?php include 'includes/scripts-footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user