From e7432f4b7feffa03ed8c1a5c85d5278550dae19f Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 21 Jan 2023 10:07:12 +0100 Subject: [PATCH] 12102 Responsive menus --- CHANGES.md | 2 ++ core/layout/common.css | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9028fedf..4f2a880f 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,8 @@ ## Version 12.1.02 ### Correction : - Corrige une bannière non cliquable lorsque placée hors du site. +### Amélioration : +- Aspect des menus affichés sur les écrans de petites tailles. ## Version 12.1.01 ### Correction : diff --git a/core/layout/common.css b/core/layout/common.css index 9037af7e..9d069ef1 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -460,14 +460,14 @@ td>.col12 { height: auto; } #bar select { - font-size: 1.2em; width: 95%; margin: 10px; + text-align-last: center; } #bar #barLeft { - font-size: 2em; float: none; } + #bar #barLeft, #bar #barRight { font-size: 1.6em; }