From bf4ccd61643aea3bdfdf7502ab693569706e1edb Mon Sep 17 00:00:00 2001 From: newick Date: Mon, 26 Nov 2018 10:59:02 +0100 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20affichage=20champs=20email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/notifications.html | 2 +- public/style.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/notifications.html b/public/notifications.html index b41b7bbe..0d36c607 100644 --- a/public/notifications.html +++ b/public/notifications.html @@ -43,7 +43,7 @@

-

Je peux retrouver ce sondage grâce à mon email .

+

Je peux retrouver ce sondage grâce à mon email : .

Je diff --git a/public/style.css b/public/style.css index fd7284f7..941029bd 100644 --- a/public/style.css +++ b/public/style.css @@ -87,7 +87,6 @@ ul { list-style-type: none; } - li + li { margin-top: 20px; } @@ -122,6 +121,10 @@ input[type="date"]:disabled { opacity: 0.7; } +[type="email"] { + width: 100%; +} + textarea { display: block; width: 100%;