From 54691fe7f4d7f4e44be60e2d915915a748ea7fcc Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Thu, 5 Jan 2017 20:37:34 +0100 Subject: [PATCH] improves styles for budgets ballot --- app/assets/stylesheets/participation.scss | 1 - app/views/budgets/ballot/_ballot.html.erb | 32 ++++++++++++----------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index a062cadb8..e7b4623df 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1031,7 +1031,6 @@ .amount-spent { background: $success-bg; - color: $success-color; font-weight: normal; padding: $line-height/2; diff --git a/app/views/budgets/ballot/_ballot.html.erb b/app/views/budgets/ballot/_ballot.html.erb index 11be78ff2..9ab7ee86c 100644 --- a/app/views/budgets/ballot/_ballot.html.erb +++ b/app/views/budgets/ballot/_ballot.html.erb @@ -1,22 +1,24 @@ -
+
+
+ <%= render 'shared/back_link' %> - <%= render 'shared/back_link' %> +

<%= t("budgets.ballots.show.title") %>

-

<%= t("budgets.ballots.show.title") %>

- -
-

- <%= t("budgets.ballots.show.voted_html", - count: @ballot.investments.count) %> -

-

- - <%= t("budgets.ballots.show.voted_info_html") %> - -

+
+

+ <%= t("budgets.ballots.show.voted_html", + count: @ballot.investments.count) %> +

+

+ + <%= t("budgets.ballots.show.voted_info_html") %> + +

+
-
+
+
<% @ballot.groups.each do |group| %>