From 518c74d877d74f43c1176936d00696140df25ce7 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 6 Dec 2021 09:05:02 +0100 Subject: [PATCH] Diminution de la taille des captchas --- core/layout/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 3c10102d..39cc20ee 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1683,11 +1683,11 @@ th.col12 { } .captchaNum { - height: 6em; + height: 5em; } .captchaAlpha { - height: 4em; + height: 2em; } .captcha input[type='text'] {