From 89a00a2f39003207fad2d305d2a89de9b2775b56 Mon Sep 17 00:00:00 2001 From: Clement G Date: Sun, 26 Apr 2020 15:10:41 +0200 Subject: [PATCH] fix(check-field) : improve design/UI --- src/components/views/CreateElection.jsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/views/CreateElection.jsx b/src/components/views/CreateElection.jsx index bb702e9..94b46bd 100644 --- a/src/components/views/CreateElection.jsx +++ b/src/components/views/CreateElection.jsx @@ -700,16 +700,16 @@ class CreateElection extends Component {
{t("Confirm your vote")}
-
+
{t("Question of the election")}
-
+
{title}
-
+
{t("Candidates/Proposals")}
-
+
    {candidates.map((candidate, i) => { if (candidate.label !== "") { @@ -724,10 +724,10 @@ class CreateElection extends Component { })}
-
+
{t("Dates")}
-
+
{t("The election will take place from")}{" "} {start.toLocaleDateString()}, {t("at")}{" "} @@ -739,10 +739,10 @@ class CreateElection extends Component { {finish.toLocaleTimeString()}
-
+
{t("Grades")}
-
+
{grades.map((mention, i) => { return i < numGrades ? ( -
+
{t("Voters' list")}
-
+
{electorEmails.length > 0 ? ( electorEmails.join(", ") ) : (