Fix spacing of booking forms

This commit is contained in:
oriol carbonell pujolàs 2024-05-03 12:55:43 +02:00
parent c84b58a0d5
commit e425b88477
1 changed files with 6 additions and 1 deletions

View File

@ -854,6 +854,7 @@ label[x-show] > span, label[x-show] > br {
#booking-filter, #booking-filter fieldset { #booking-filter, #booking-filter fieldset {
display: flex; display: flex;
gap: 1ch; gap: 1ch;
padding-top: 2rem;
} }
#booking-filter label, #booking-filter fieldset + fieldset, #booking-filter footer { #booking-filter label, #booking-filter fieldset + fieldset, #booking-filter footer {
@ -878,7 +879,7 @@ label[x-show] > span, label[x-show] > br {
#booking-form > fieldset { #booking-form > fieldset {
display: grid; display: grid;
gap: .5em; gap: 5em;
grid-template-columns: repeat(4, 1fr); grid-template-columns: repeat(4, 1fr);
} }
@ -1006,6 +1007,10 @@ label[x-show] > span, label[x-show] > br {
justify-content: space-between; justify-content: space-between;
} }
#batch-form {
margin-bottom: 2rem;
}
/*</editor-fold>*/ /*</editor-fold>*/
/*<editor-fold desc="Invoices">*/ /*<editor-fold desc="Invoices">*/