df
This commit is contained in:
parent
dd77cb860a
commit
77c61186b1
|
|
@ -553,7 +553,7 @@ h1, h2, h3, h4, h5, h6,
|
||||||
#barre_laterale_d {
|
#barre_laterale_d {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: var(--header-height);
|
top: 100px;
|
||||||
width: var(--context-width) !important;
|
width: var(--context-width) !important;
|
||||||
height: calc(100vh - var(--header-height));
|
height: calc(100vh - var(--header-height));
|
||||||
background: var(--bg-surface);
|
background: var(--bg-surface);
|
||||||
|
|
@ -1518,7 +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,
|
||||||
|
|
|
||||||
|
|
@ -105,9 +105,6 @@ $descriptionVue = $_SESSION['descriptionVue'];
|
||||||
|
|
||||||
<body class="<?= ($_SESSION['bdTests_C'] == '1') ? 'mode-test-active' : '' ?> theme-outlook">
|
<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/header.php'; ?>
|
||||||
<?php include 'includes/sidebar.php'; ?>
|
<?php include 'includes/sidebar.php'; ?>
|
||||||
|
|
||||||
|
|
@ -150,7 +147,9 @@ $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