diff --git a/src/pretix/control/templates/pretixcontrol/subevents/index.html b/src/pretix/control/templates/pretixcontrol/subevents/index.html index 1a343bf2e..bae15dd0a 100644 --- a/src/pretix/control/templates/pretixcontrol/subevents/index.html +++ b/src/pretix/control/templates/pretixcontrol/subevents/index.html @@ -59,7 +59,7 @@ {% if "can_change_event_settings" in request.eventpermset %} - + {% endif %} @@ -88,7 +88,7 @@ {% if "can_change_event_settings" in request.eventpermset %} - + {% endif %} diff --git a/src/pretix/static/pretixcontrol/scss/_forms.scss b/src/pretix/static/pretixcontrol/scss/_forms.scss index 18279f046..6439ef507 100644 --- a/src/pretix/static/pretixcontrol/scss/_forms.scss +++ b/src/pretix/static/pretixcontrol/scss/_forms.scss @@ -613,3 +613,10 @@ table td > .checkbox input[type="checkbox"] { border-bottom: 1px solid $input-border; padding-bottom: 5px; } + +.batch-select-label { + display: block; + width: 100%; + height: 1.5em; + cursor: pointer; +}