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%;