From 8a42a7fc8017d2ae894ed31c776eb0eaeffd0c4c Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Wed, 1 Feb 2017 14:10:59 +0100 Subject: [PATCH] adds styles to ballots blank and ballots null inputs --- app/views/officing/results/new.html.erb | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/app/views/officing/results/new.html.erb b/app/views/officing/results/new.html.erb index ed9c702d2..7d55537f6 100644 --- a/app/views/officing/results/new.html.erb +++ b/app/views/officing/results/new.html.erb @@ -38,21 +38,20 @@ <% end %>
-

<%= t("officing.results.new.ballots_blank") %>

-
+
+

<%= t("officing.results.new.ballots_blank") %>

+ <%= text_field_tag :count, nil, placeholder: "0" %> +
+ +
+

<%= t("officing.results.new.ballots_null") %>

<%= text_field_tag :count, nil, placeholder: "0" %>
-
-

<%= t("officing.results.new.ballots_null") %>

-
- <%= text_field_tag :count, nil, placeholder: "0" %> -
-
- +
-
+
<%= submit_tag t("officing.results.new.submit"), class: "button expanded" %>