From 141949991c89dff630791f8bdc74c8eec29892e1 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Fri, 13 Dec 2024 16:17:14 +0100 Subject: [PATCH] =?UTF-8?q?On=20am=C3=A9liore=20le=20rendu=20du=20tableau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agenda_culturel/static/style.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss index 9827f68..239055c 100644 --- a/src/agenda_culturel/static/style.scss +++ b/src/agenda_culturel/static/style.scss @@ -1611,7 +1611,7 @@ label.required::after { max-width: 600px; margin: auto; .total, .month { - font-size: 0; + display: none; } .label { display: none; @@ -1634,12 +1634,12 @@ label.required::after { margin: auto; border-radius: var(--border-radius); color: black; - padding: .5em 1em; + padding: 0; display: block; max-width: 6em; width: 3.2em; height: 2em; - line-height: 1.1em; + line-height: 2em; } } .score_0 { @@ -1674,11 +1674,11 @@ label.required::after { a, .a { width: 5em; height: 3.2em; - line-height: 2.1em; + line-height: 3.2em; } } .total, .month { - font-size: auto; + display: inline; } .label { display: table-cell;