First implementation of a new search filter for Ravenna. Hidden.

This commit is contained in:
2025-09-05 11:47:17 +02:00
parent 263d6941df
commit 7ea1c8d5dd
4 changed files with 59 additions and 1 deletions

View File

@@ -127,4 +127,17 @@ footer {
list-style-type: disc;
list-style-position: inside;
margin-bottom: 10px;
}
#radios{
margin-top: 15px;
margin-bottom: 15px;
display: flex;
justify-content: center ;
}
form#radios div{
width: auto;
margin-left: 10px;
padding: 8px;
border: 2px #404040 solid;
border-radius: 8px;
}