Fix spacing of booking forms
This commit is contained in:
parent
c84b58a0d5
commit
e425b88477
|
@ -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">*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue