From aed7b48facb10baa42b6064c2264c0139075b221 Mon Sep 17 00:00:00 2001
From: ilona <ilona@scodoc.org>
Date: Mon, 26 Aug 2024 15:15:12 +0200
Subject: [PATCH] cosmetic: police menus

---
 app/static/css/scodoc.css          | 1 +
 app/templates/formsemestre/menu.j2 | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app/static/css/scodoc.css b/app/static/css/scodoc.css
index 8c72b700..51bfa1a2 100644
--- a/app/static/css/scodoc.css
+++ b/app/static/css/scodoc.css
@@ -1696,6 +1696,7 @@ h2.formsemestre,
   width: 100%;
   padding-top: 5px;
   padding-bottom: 10px;
+  margin-left: 4px;
 }
 
 .formsemestre_page_title table.semtitle td.infos table {
diff --git a/app/templates/formsemestre/menu.j2 b/app/templates/formsemestre/menu.j2
index a21e923b..150521c6 100644
--- a/app/templates/formsemestre/menu.j2
+++ b/app/templates/formsemestre/menu.j2
@@ -103,7 +103,7 @@
         border: none;
         text-transform: none;
         font-weight: normal;
-        font-size: 12px;
+        font-size: 1rem;
 
         padding: 4px 8px;
         border-radius: 4px;
@@ -186,6 +186,7 @@
 
         .sco-formsemestre-menu{
             margin-top: 4px;
+            margin-right: 16px;
         }
     }
 
@@ -340,7 +341,7 @@
     }
 
     .sco-formsemestre-menu .dropdown-content .sco-formsemestre-menu-item {
-        padding: 0.25rem 0.5rem;
+        padding: 0.25rem 0.1rem;
         list-style: none;
         width: 100%;
         display: block;
-- 
GitLab