From 1a3f2f1fbfbec9bae5f536f8b4a0aa2900fc1cf5 Mon Sep 17 00:00:00 2001 From: F Tempez Date: Thu, 2 Dec 2021 09:41:44 +0100 Subject: [PATCH] Bug position notice --- core/layout/common.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/layout/common.css b/core/layout/common.css index ca13cc79..3c10102d 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -337,9 +337,13 @@ td>.col12 { /* Notice */ .notice { - display: block; /* au lieu de inline-block notamment dans les input file*/ + display: inline-block; color: #E74C3C; } +/* Mauvaise position dans les champs File*/ +.inputFile.notice { + display: block; +} /* Container */ .container {