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);
|
||||
|
|
|
|||
|
|
@ -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'; ?>
|
||||
|
||||
|
|
@ -151,6 +148,8 @@ $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