Compare commits

...

2 Commits

Author SHA1 Message Date
fredtempez 734d3e67fa Merge branch '10400' into 11000 2021-02-06 19:06:06 +01:00
fredtempez 9367721d99 bug de présentation login 2021-02-06 19:05:46 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -1153,6 +1153,10 @@ label {
margin-bottom: 4px;
}
.captcha label {
display:inline-block;
}
/* Simule le padding des cols pour les inputs en dehors des cols */
:not([class^="col"])>.inputWrapper {
padding: 10px 0;