tailel des images CSS + centrage + largeur de saisie ++

This commit is contained in:
Fred Tempez 2020-09-30 17:21:19 +02:00
parent bf13ccb675
commit 2278f837cb
2 changed files with 4 additions and 4 deletions

View File

@ -1363,10 +1363,10 @@ th.col12 {
* Taille des images
*/
.captchaNumber {
height: 25px;
height: 30px;
vertical-align: bottom;
padding-left: 5px;
padding-right: 5px;
padding-left: 10px;
padding-right: 10px;
}
/*

View File

@ -14,7 +14,7 @@
</div>
<?php if ($this->getData(['config', 'connect','captcha'])): ?>
<div class="row">
<div class="col6">
<div class="col8 offset2">
<?php echo template::captcha('userLoginCaptcha'); ?>
</div>
</div>