improves ballot list on sidebar
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
method: :delete,
|
||||
remote: true do %>
|
||||
<span class="sr-only"><%= t('budgets.ballots.show.remove') %></span>
|
||||
<span class="icon-x delete"></span>
|
||||
<span class="icon-x"></span>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user