diff --git a/static/style.css b/static/style.css index 434d4a8..3c31d44 100644 --- a/static/style.css +++ b/static/style.css @@ -20,6 +20,10 @@ table, tr, td { display: flex; } +.form-pad { + padding: 20px; +} + #banner { background-color: #dfcba8; margin-left: calc(-50vw + 50%); diff --git a/static/style_dark.css b/static/style_dark.css index 9a2c889..75c4f39 100644 --- a/static/style_dark.css +++ b/static/style_dark.css @@ -22,6 +22,10 @@ table, tr, td { display: flex; } +.form-pad { + padding: 20px; +} + #banner { background-color: #9C7228; margin-left: calc(-50vw + 50%); diff --git a/templates/modification.html b/templates/modification.html index 81f1e09..c5fae74 100644 --- a/templates/modification.html +++ b/templates/modification.html @@ -6,11 +6,12 @@ {% include "smallheader.html" %}

Proposer une modification :

-
- - - - + + Votre nom (facultatif) :

+ Votre prénom (facultatif) :

+ Votre adresse e-mail (facultatif) :

+ Nom de l'article à modifier :

+ Modification suggérée :