diff --git a/public/index.html b/public/index.html
index 330e03c9..050f5375 100644
--- a/public/index.html
+++ b/public/index.html
@@ -19,8 +19,7 @@
Créer un sondage
- Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et
- simplement
+ Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement.
C'est parti
@@ -29,8 +28,8 @@
Où sont mes sondages ?
diff --git a/public/style.css b/public/style.css
index 8f373f14..c877e63a 100644
--- a/public/style.css
+++ b/public/style.css
@@ -19,11 +19,12 @@ button,
display: block;
width: 200px;
margin: 10px auto auto;
- padding: 8px 16px;
+ padding: 8px 0;
text-align: center;
color: blue;
border: 1px solid blue;
border-radius: 4px;
+ background-color: white;
}
label,
@@ -36,7 +37,7 @@ section:not(:last-of-type) {
margin-bottom: 30px;
}
-input {
+input[type="text"], input[type="email"] {
border:0;
border-bottom:1px solid black;
line-height:60%;