From bcbcb79a12cc1f13bf0c86e237558e7dce27450d Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 24 Oct 2020 16:59:19 +0200 Subject: [PATCH] =?UTF-8?q?bug=20affichage=20menu=20petits=20=C3=A9crans?= =?UTF-8?q?=20+=20barre=20admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 4 ++++ core/layout/common.css | 23 ++++++++++++++++------- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3f22ae6c..fbb496f3 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## version 10.3.04 +- Correction : + - Position des entrées de menu sur les écrans de smartphone. + ## version 10.3.03 - Correction : - Localisation, affichage des accents, LC_TIME devient LC_ALL diff --git a/core/layout/common.css b/core/layout/common.css index b9a1e83b..ef6e4d48 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -386,22 +386,22 @@ td > .col12 { @media (max-width: 768px) { #bar { text-align: center; - padding: 0; - margin: 0; + padding: 0 1; + margin: 0 1; } #bar ul { height: auto; } #bar #barSelectPage { - width: 50% ; - font-size: 0.6em; + width: 40% ; + font-size: 1em; } #bar #barLeft { - font-size: 1.6em; + font-size: 1.2em; float : none; } #bar #barRight { - font-size: 1.6em; + font-size: 1.4em; } #bar #displayUsername { display: none; @@ -552,8 +552,17 @@ nav::before { body > nav { margin:0; } - nav #toggle { + nav #toggle, + nav #menuLeft { display: block; + float: none; + } + nav #menuLeft { + flex-direction: column; + float: none; + } + nav #menuRight { + font-size: 2em; } nav #menu { display: none;