From fba623a58f1643cbc032d399e0688a85521bc8b1 Mon Sep 17 00:00:00 2001
From: "pascal.bouron" <pascal.bouron@noreply@scodoc.org>
Date: Thu, 24 Oct 2024 11:49:45 +0200
Subject: [PATCH] Actualiser app/static/css/edt.css
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Correction de l'affichage fugace d'une "erreur de date" sur page edt
(erreur en none par défaut au lieu de inline)
---
 app/static/css/edt.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/static/css/edt.css b/app/static/css/edt.css
index 4644be999..9ec3cfc48 100644
--- a/app/static/css/edt.css
+++ b/app/static/css/edt.css
@@ -67,7 +67,7 @@ span.ens-non-reconnu {
 
 
 #cal_warning {
-  display: inline-block;
+  display: none;
   color: red;
   background-color: yellow;
   font-size: 120%;
-- 
GitLab