From 9367721d9933869422f0b72cd2783334094ead46 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 6 Feb 2021 19:05:46 +0100 Subject: [PATCH] =?UTF-8?q?bug=20de=20pr=C3=A9sentation=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/layout/common.css b/core/layout/common.css index 04f43261..3a7f49da 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1162,6 +1162,10 @@ label { margin-bottom: 4px; } +.captcha label { + display:inline-block; +} + /* Simule le padding des cols pour les inputs en dehors des cols */ :not([class^="col"])>.inputWrapper { padding: 10px 0;