Champ de recherche, récup de données dédiée #58

This commit is contained in:
Colin Maudry
2025-11-11 07:47:00 +01:00
parent 6835f328b6
commit 1e85dbe562
4 changed files with 74 additions and 1 deletions
+19
View File
@@ -143,6 +143,25 @@ td[data-dash-column="objet"],td[data-dash-column="titulaire_nom"],td[data-dash-c
margin: 0 0 20px 20px;
}
/* Page de recherche */
#search {
margin: auto;
width: 450px;
font-size: 18px;
height: 30px;
display: block;
}
.search_options {
margin: 16px auto;
width: 450px;
}
.search_options input {
margin-right: 12px;
}
/* Menu de navigation */
.navbar {