mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Various improvements to the subevent creation form (#1670)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user