df
This commit is contained in:
parent
dd77cb860a
commit
77c61186b1
|
|
@ -553,7 +553,7 @@ h1, h2, h3, h4, h5, h6,
|
|||
#barre_laterale_d {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: var(--header-height);
|
||||
top: 100px;
|
||||
width: var(--context-width) !important;
|
||||
height: calc(100vh - var(--header-height));
|
||||
background: var(--bg-surface);
|
||||
|
|
@ -1518,7 +1518,7 @@ select[class*="selectpicker"],
|
|||
body.toggle-sidebar #main {
|
||||
margin-left: 68px !important;
|
||||
}
|
||||
|
||||
|
||||
/* Masquer textes et chevrons */
|
||||
body.toggle-sidebar #sidebar .nav-link span,
|
||||
body.toggle-sidebar #sidebar .nav-link .bi-chevron-down,
|
||||
|
|
|
|||
|
|
@ -105,9 +105,6 @@ $descriptionVue = $_SESSION['descriptionVue'];
|
|||
|
||||
<body class="<?= ($_SESSION['bdTests_C'] == '1') ? 'mode-test-active' : '' ?> theme-outlook">
|
||||
|
||||
<?php include 'includes/barre-contexte.php'; ?>
|
||||
<?php include 'includes/modals.php'; ?>
|
||||
|
||||
<?php include 'includes/header.php'; ?>
|
||||
<?php include 'includes/sidebar.php'; ?>
|
||||
|
||||
|
|
@ -150,7 +147,9 @@ $descriptionVue = $_SESSION['descriptionVue'];
|
|||
|
||||
</main>
|
||||
<!-- End Main -->
|
||||
|
||||
|
||||
<?php include 'includes/barre-contexte.php'; ?>
|
||||
<?php include 'includes/modals.php'; ?>
|
||||
<?php include 'includes/scripts-footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user