From 57d5e40fbbacb75dd6acd4a6e709db7aec95c263 Mon Sep 17 00:00:00 2001 From: decabeza Date: Thu, 11 May 2017 13:12:26 +0200 Subject: [PATCH] improves ballot list on sidebar --- app/assets/stylesheets/participation.scss | 2 +- app/views/budgets/ballot/_investment_for_sidebar.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 4cb3fbb34..693e45184 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1096,7 +1096,7 @@ ul.ballot-list { background: #f9f9f9; line-height: $line-height; margin-bottom: $line-height/4; - padding: $line-height/2; + padding: $line-height $line-height/2; position: relative; a { diff --git a/app/views/budgets/ballot/_investment_for_sidebar.html.erb b/app/views/budgets/ballot/_investment_for_sidebar.html.erb index 059951253..5dc288aaa 100644 --- a/app/views/budgets/ballot/_investment_for_sidebar.html.erb +++ b/app/views/budgets/ballot/_investment_for_sidebar.html.erb @@ -10,7 +10,7 @@ method: :delete, remote: true do %> <%= t('budgets.ballots.show.remove') %> - + <% end %> <% end %>