Allow to filter global event list using organizer parameters

This commit is contained in:
Raphael Michel
2019-10-28 22:03:09 +01:00
parent 845f231446
commit cc970caad8
5 changed files with 87 additions and 46 deletions

View File

@@ -493,3 +493,9 @@ table td > .checkbox input[type="checkbox"] {
.help-inline {
color: lighten($text-color, 25%); // lighten the text some for contrast
}
.panel .filter-form {
.form-group {
margin-bottom: 10px;
}
}