Improves styles for proposal show
This commit is contained in:
@@ -1513,7 +1513,7 @@ table {
|
|||||||
|
|
||||||
.comment-votes {
|
.comment-votes {
|
||||||
color: $text-medium;
|
color: $text-medium;
|
||||||
font-size: $small-font-size;
|
font-size: rem-calc(14);
|
||||||
line-height: $line-height;
|
line-height: $line-height;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|||||||
@@ -13,8 +13,7 @@
|
|||||||
<%= render "shared/back_link" %>
|
<%= render "shared/back_link" %>
|
||||||
|
|
||||||
<% if current_user && @proposal.editable_by?(current_user) %>
|
<% if current_user && @proposal.editable_by?(current_user) %>
|
||||||
<%= link_to edit_proposal_path(@proposal), class: 'edit-proposal button success small float-right' do %>
|
<%= link_to edit_proposal_path(@proposal), class: 'edit-proposal button hollow float-right' do %>
|
||||||
<span class="icon-edit"></span>
|
|
||||||
<%= t("proposals.show.edit_proposal_link") %>
|
<%= t("proposals.show.edit_proposal_link") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user