Ajout d'une phrase d'intro et développement du placeholder search #58
This commit is contained in:
+10
-3
@@ -152,10 +152,17 @@ td[data-dash-column="objet"],td[data-dash-column="titulaire_nom"],td[data-dash-c
|
|||||||
|
|
||||||
/* Page de recherche */
|
/* Page de recherche */
|
||||||
|
|
||||||
|
.tagline {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 120%;
|
||||||
|
display: block;
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
#search {
|
#search {
|
||||||
margin: 50px auto 0px auto;
|
margin: 30px auto 0px auto;
|
||||||
width: 450px;
|
width: 500px;
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,10 +23,16 @@ register_page(
|
|||||||
layout = html.Div(
|
layout = html.Div(
|
||||||
className="container",
|
className="container",
|
||||||
children=[
|
children=[
|
||||||
|
html.Div(
|
||||||
|
className="tagline",
|
||||||
|
children=html.P(
|
||||||
|
"Exploration et téléchargement des données des marchés publics"
|
||||||
|
),
|
||||||
|
),
|
||||||
dcc.Input(
|
dcc.Input(
|
||||||
id="search",
|
id="search",
|
||||||
type="text",
|
type="text",
|
||||||
placeholder="Nom d'acheteur, d'entreprise, SIREN...",
|
placeholder="Nom d'acheteur/entreprise, SIREN/SIRET, code département",
|
||||||
autoFocus=True,
|
autoFocus=True,
|
||||||
),
|
),
|
||||||
# html.Div(
|
# html.Div(
|
||||||
|
|||||||
Reference in New Issue
Block a user