improves ballot list on sidebar
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user