From b4b33ec600acc4f5f5dc9fb8621421975d0482e0 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 1 Sep 2020 21:42:46 +0200 Subject: [PATCH] hauteur captcha --- core/layout/common.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 45174a7a..1e0abe08 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1374,6 +1374,8 @@ th.col12 { * Taille des images */ .captchaNumber { - height:20px; - vertical-align: middle; + height: 25px; + vertical-align: bottom; + padding-left: 5px; + padding-right: 5px; } \ No newline at end of file