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
*/
.captchaNum {
height: 50px;
.captchaNum, .captchaAlpha {
vertical-align: middle;
padding-left: 10px;
padding-right: 10px;
}
.captchaNum {
height: 6em;
}
.captchaAlpha {
height: 65px;
vertical-align: middle;
padding-left: 10px;
padding-right: 10px;
height: 4em;
}
.captcha input[type='text'] {