diff --git a/core/class/template.class.php b/core/class/template.class.php index 49408d0a..225ad92a 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -61,10 +61,10 @@ class template { copy ('core/vendor/zwiico/png/'.$letters[$firstNumber] . '.png', 'site/tmp/' . $firstLetter . '.png'); copy ('core/vendor/zwiico/png/'.$letters[$secondNumber] . '.png', 'site/tmp/' . $secondLetter . '.png'); // Début du wrapper - $html = '
'; + $html = '
'; // Label $html .= self::label($attributes['id'], - ' + = en chiffres ?', [ + '' . template::ico('plus') . ' = en chiffres ?', [ 'help' => $attributes['help'] ]); // Notice diff --git a/core/layout/common.css b/core/layout/common.css index fafe8f2f..7bb2747d 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1360,14 +1360,18 @@ th.col12 { } /* Captcha -* Taille des images */ -.captchaNumber { +.captcha img{ height: 30px; - vertical-align: bottom; + vertical-align: middle; padding-left: 10px; padding-right: 10px; } +.captcha input[type='text'] { + width: 4em; + text-align: center; + margin: auto auto auto 2em; +} /* * Couleur des icônes + et -