first commit

This commit is contained in:
2025-06-17 11:53:18 +02:00
commit 9f0f7ba12b
8804 changed files with 1369176 additions and 0 deletions

View File

@ -0,0 +1,24 @@
#finder-filter-window {
width: 100%;
padding: 0;
margin: 10px 0;
overflow: auto;
}
ul#finder-filter-select-dates {
padding: 0;
margin: 0;
list-style: none;
}
ul#finder-filter-select-dates li.filter-date {
width: 49%;
padding: 5px 0;
margin: 0;
list-style: none;
background: none;
}
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
margin-inline-end: 10px;
}