primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

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