Fix #1567 -- Per-subevent availability of items (#2040)

This commit is contained in:
Raphael Michel
2021-04-29 15:34:58 +02:00
committed by GitHub
parent 6447201f9f
commit 4acf660906
18 changed files with 513 additions and 48 deletions

View File

@@ -718,3 +718,17 @@ table td > .checkbox input[type="checkbox"] {
.pos-relative {
position: relative;
}
#subevent-bulk-create-form {
fieldset {
margin-bottom: 40px;
}
}
.subevent-itemvar-group {
label.control-label {
padding-top: 0;
}
label:not(.control-label) {
font-weight: normal;
}
}