From 88d418b5596af80aaa712a4a817d61b533d68a23 Mon Sep 17 00:00:00 2001 From: Myriam Delaruelle <myriam.delaruelle@univ-lorraine.fr> Date: Thu, 30 Mar 2023 14:53:53 +0200 Subject: [PATCH] section style --- styles.css | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 2ece14b..c13c728 100644 --- a/styles.css +++ b/styles.css @@ -171,11 +171,15 @@ ul.nav.navbar-nav.ml-auto { /* border: 2px solid; */ background: #2a657d; border-radius: 50px; - margin-left: -44px; - margin-right: 4px; + margin-left: -64px; + margin-right: 24px; /*font-weight: bold;*/ } +.iena .my-3{ + border-bottom: 1px solid #dee2e6; +} + .titre_section p { margin-bottom: 0; display: inline-block; @@ -185,6 +189,8 @@ ul.nav.navbar-nav.ml-auto { .titre_section .label_item.sect-date{ display: inline-block; border-left: none; + font-style: italic; + } .nb_pers { @@ -195,7 +201,7 @@ ul.nav.navbar-nav.ml-auto { padding: 7px 20px; font-size: 14px; border-radius: 10px; - margin-top: 0.35rem; + /* line-height: 0.9rem; */ margin: 0; } @@ -209,6 +215,16 @@ ul.nav.navbar-nav.ml-auto { .right_info { margin-left: auto; + display: flex; + align-items: center; +} + +.right_info a{ + margin-left:10px; +} + +.section_action_menu.ml-auto{ + margin-left: 5px!important; } .label_item.sect-date, .label_item.sect-mode { @@ -228,7 +244,7 @@ ul.nav.navbar-nav.ml-auto { } .label_item.sect-mode{ - background: #2a657d; + background: var(--main-color)!important; padding-top: 7px; padding-bottom: 2px; display: flex; -- GitLab