Ajout d'une phrase d'intro et développement du placeholder search #58

This commit is contained in:
Colin Maudry
2025-11-14 18:17:23 +01:00
parent ce4570afad
commit 9e9770b1a0
2 changed files with 17 additions and 4 deletions
+10 -3
View File
@@ -152,10 +152,17 @@ td[data-dash-column="objet"],td[data-dash-column="titulaire_nom"],td[data-dash-c
/* Page de recherche */
.tagline {
text-align: center;
font-size: 120%;
display: block;
margin-top: 50px;
}
#search {
margin: 50px auto 0px auto;
width: 450px;
font-size: 18px;
margin: 30px auto 0px auto;
width: 500px;
font-size: 16px;
height: 30px;
display: block;
}
+7 -1
View File
@@ -23,10 +23,16 @@ register_page(
layout = html.Div(
className="container",
children=[
html.Div(
className="tagline",
children=html.P(
"Exploration et téléchargement des données des marchés publics"
),
),
dcc.Input(
id="search",
type="text",
placeholder="Nom d'acheteur, d'entreprise, SIREN...",
placeholder="Nom d'acheteur/entreprise, SIREN/SIRET, code département",
autoFocus=True,
),
# html.Div(