improves ballot list on sidebar

This commit is contained in:
decabeza
2017-05-11 13:12:26 +02:00
parent 04b95df696
commit 57d5e40fbb
2 changed files with 2 additions and 2 deletions

View File

@@ -1096,7 +1096,7 @@ ul.ballot-list {
background: #f9f9f9; background: #f9f9f9;
line-height: $line-height; line-height: $line-height;
margin-bottom: $line-height/4; margin-bottom: $line-height/4;
padding: $line-height/2; padding: $line-height $line-height/2;
position: relative; position: relative;
a { a {

View File

@@ -10,7 +10,7 @@
method: :delete, method: :delete,
remote: true do %> remote: true do %>
<span class="sr-only"><%= t('budgets.ballots.show.remove') %></span> <span class="sr-only"><%= t('budgets.ballots.show.remove') %></span>
<span class="icon-x delete"></span> <span class="icon-x"></span>
<% end %> <% end %>
<% end %> <% end %>
</li> </li>