diff --git a/app/assets/stylesheets/voting.css.scss b/app/assets/stylesheets/voting.css.scss index d93e9d8c..ceb0738a 100644 --- a/app/assets/stylesheets/voting.css.scss +++ b/app/assets/stylesheets/voting.css.scss @@ -39,3 +39,7 @@ html { width: 96%; padding: 2%; } + +.VotingButton input { + font-size: x-large; +} diff --git a/app/views/votes/new.html.erb b/app/views/votes/new.html.erb index 17cd4447..56c7fc3d 100644 --- a/app/views/votes/new.html.erb +++ b/app/views/votes/new.html.erb @@ -14,7 +14,7 @@

<%= t('vote_for') %>

<%= moctext %>

-
+
<%= f.submit t('vote'), :id => 'submit' %>