Improves styles for proposal show

This commit is contained in:
Alberto Garcia Cabeza
2016-06-06 17:51:16 +02:00
parent 224c9d42c4
commit bfc9c6c0df
2 changed files with 2 additions and 3 deletions

View File

@@ -1513,7 +1513,7 @@ table {
.comment-votes {
color: $text-medium;
font-size: $small-font-size;
font-size: rem-calc(14);
line-height: $line-height;
a {

View File

@@ -13,8 +13,7 @@
<%= render "shared/back_link" %>
<% if current_user && @proposal.editable_by?(current_user) %>
<%= link_to edit_proposal_path(@proposal), class: 'edit-proposal button success small float-right' do %>
<span class="icon-edit"></span>
<%= link_to edit_proposal_path(@proposal), class: 'edit-proposal button hollow float-right' do %>
<%= t("proposals.show.edit_proposal_link") %>
<% end %>
<% end %>