diff --git a/src/app/pages/voting/voting.component.html b/src/app/pages/voting/voting.component.html
index d74e3a48..bc714d30 100644
--- a/src/app/pages/voting/voting.component.html
+++ b/src/app/pages/voting/voting.component.html
@@ -13,9 +13,11 @@
-
Pour l'instant, le choix ayant reçu le plus grand nombre de votes est :
-- Vendredi 6 juillet
+
Pour l'instant, le choix ayant reçu le plus grand nombre de votes est :
+
- Vendredi 6 juillet
+
- Samedi 7 août
+
Voir le graphique
diff --git a/src/app/pages/voting/voting.component.scss b/src/app/pages/voting/voting.component.scss
index 4cd0c9c1..580123f5 100644
--- a/src/app/pages/voting/voting.component.scss
+++ b/src/app/pages/voting/voting.component.scss
@@ -3,15 +3,21 @@ form{
display:flex;
margin:auto;
flex-direction: column;
+ align-items: flex-start;
}
.row{
flex-direction: row;
}
label{
font-weight: 600;
+ font-size: 18px;
}
-.comment{
+.comment,.prefered{
border-left:6px solid $ugly-purple ;
+ padding-left: 5px;
+ margin-top:25px;
+ margin-bottom: 25px;
+ flex-wrap: wrap;
}
.cname{
padding-left:17px;
@@ -21,8 +27,18 @@ label{
max-width: 300px;
}
.next{
- max-width:150px;
+ max-width:200px;
}
input[type=text],textarea{
max-width:350px;
}
+li{
+ list-style-type: none;
+}
+h2{
+
+}
+.next{
+ align-self: flex-end;
+ margin-bottom:50px;
+}