Various improvements to the subevent creation form (#1670)

This commit is contained in:
Raphael Michel
2020-05-06 15:50:43 +02:00
committed by GitHub
parent 094450564a
commit ea04c85486
5 changed files with 344 additions and 113 deletions

View File

@@ -406,6 +406,18 @@ table td > .checkbox input[type="checkbox"] {
line-height: 40px;
}
}
#time-formset {
input {
display: block;
width: 100%;
}
.form-group {
margin: 0;
}
.row {
margin-bottom: 15px;
}
}
.ticketoutput-panel .panel-heading {
.checkbox {
padding: 0;