scss: also use form style for gadjo forms (#34789)

This commit is contained in:
Frédéric Péters 2019-07-12 14:07:51 +02:00
parent 421e6ddfcc
commit a41ca46477
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ label {
margin-bottom: 0;
}
form.quixote div.widget {
form div.widget {
margin-bottom: 1.5em;
}
@ -448,7 +448,7 @@ div.select2-search {
margin-left: 0;
background: none;
}
form.quixote div.widget {
form div.widget {
// increase bottom margin as the single border pushes away the
// widget from the label and we have to compensate.
margin-bottom: 1.8em;