From bfc9c6c0dff9507ad686bc52ee94485350039db6 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Mon, 6 Jun 2016 17:51:16 +0200 Subject: [PATCH] Improves styles for proposal show --- app/assets/stylesheets/layout.scss | 2 +- app/views/proposals/show.html.erb | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index fdf7ff6c1..209bcc3c6 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -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 { diff --git a/app/views/proposals/show.html.erb b/app/views/proposals/show.html.erb index 2a6ae7185..8a391a031 100644 --- a/app/views/proposals/show.html.erb +++ b/app/views/proposals/show.html.erb @@ -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 %> - + <%= link_to edit_proposal_path(@proposal), class: 'edit-proposal button hollow float-right' do %> <%= t("proposals.show.edit_proposal_link") %> <% end %> <% end %>