Subevent list: Allow to filter by time of day or multiple week days

This commit is contained in:
Raphael Michel
2021-07-19 13:08:40 +02:00
parent 3fb44ec9dd
commit a4a2500725
3 changed files with 105 additions and 44 deletions

View File

@@ -638,6 +638,20 @@ table td > .checkbox input[type="checkbox"] {
.form-group {
margin-bottom: 10px;
}
label.control-label {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.one-line-checkboxes {
div.checkbox {
display: inline-block;
margin-right: 10px;
margin-top: 0;
}
}
}
#rules-editor {