From 330036c1be9c69986c25b7d39e296357f5fcebdc Mon Sep 17 00:00:00 2001 From: Iziram Date: Tue, 13 Aug 2024 17:04:57 +0200 Subject: [PATCH] =?UTF-8?q?fix=20esth=C3=A9tique=20menu=20formsemestre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/formsemestre/menu.j2 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/app/templates/formsemestre/menu.j2 b/app/templates/formsemestre/menu.j2 index 53e38b9a..febd4928 100644 --- a/app/templates/formsemestre/menu.j2 +++ b/app/templates/formsemestre/menu.j2 @@ -117,15 +117,20 @@ display: flex; justify-content: center; border: none; - - text-transform: uppercase; - font-weight: bold; + text-transform: none; + font-weight: normal; font-size: 12px; padding: 4px 8px; border-radius: 4px; } + .sco-formsemestre-menu-menu>.dropdown>summary { + text-transform: uppercase; + font-weight: bold; + font-size: large !important; + } + .sco-formsemestre-menu-link { color: #333; text-decoration: none; @@ -322,6 +327,7 @@ list-style: none; padding: 0.25rem 0.5rem; border-radius: 4px; + font-size: small; } .sco-formsemestre-menu .dropdown>summary::marker { @@ -432,7 +438,7 @@ {# Macro génération dropdown #} {% macro dropdown(category, items) %}