10400 #3

Merged
lapervenche merged 18 commits from ZwiiCMS-Team/ZwiiCMS:10400 into 10400 2021-02-09 20:02:50 +01:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 9367721d99 - Show all commits

View File

@ -1162,6 +1162,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;