Improve UX of ticket download settings

This commit is contained in:
Raphael Michel
2020-04-02 18:16:22 +02:00
parent 7b1e1a48ef
commit 0c0fe58bbf
6 changed files with 66 additions and 41 deletions

View File

@@ -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;