forked from CGM_Public/pretix_original
Improve UX of ticket download settings
This commit is contained in:
@@ -406,6 +406,18 @@ table td > .checkbox input[type="checkbox"] {
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
.ticketoutput-panel .panel-heading {
|
||||
.checkbox {
|
||||
padding: 0;
|
||||
input[type=checkbox] {
|
||||
margin-top: 0;
|
||||
margin-right: 5px;
|
||||
margin-left: 0px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.accordion-radio {
|
||||
display: block;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user