Taille des imagettes

This commit is contained in:
Fred Tempez 2021-11-13 09:15:53 +01:00
parent e2731d8c52
commit e928b5bc73
1 changed files with 7 additions and 6 deletions

View File

@ -1660,18 +1660,19 @@ th.col12 {
/* Captcha /* Captcha
*/ */
.captchaNum {
height: 50px; .captchaNum, .captchaAlpha {
vertical-align: middle; vertical-align: middle;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
} }
.captchaNum {
height: 6em;
}
.captchaAlpha { .captchaAlpha {
height: 65px; height: 4em;
vertical-align: middle;
padding-left: 10px;
padding-right: 10px;
} }
.captcha input[type='text'] { .captcha input[type='text'] {