From f53b67000eac017030794619a1ccd0eaa7ad151e Mon Sep 17 00:00:00 2001 From: Antoine Waehren Date: Fri, 3 Dec 2021 05:58:36 +0100 Subject: [PATCH] Finalisation de la page de modif et des styles. --- static/style.css | 4 ++++ static/style_dark.css | 4 ++++ templates/modification.html | 11 ++++++----- 3 files changed, 14 insertions(+), 5 deletions(-) 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 :