From 4742f61925d760af20553d20583ecaff302cc199 Mon Sep 17 00:00:00 2001 From: maxwell Date: Sat, 20 Nov 2010 17:40:02 -0800 Subject: [PATCH] made the rss button a link to the feed, and aligned correctly --- app/views/shared/_publisher.haml | 2 +- public/stylesheets/sass/application.sass | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index 77e988861..ab11f08a2 100644 --- a/app/views/shared/_publisher.haml +++ b/app/views/shared/_publisher.haml @@ -50,7 +50,7 @@ %p.checkbox_select = status.check_box( :public, {}, true, false ) = status.label :public, t('.make_public') - = image_tag "social_media_logos/feed-16x16.png", :title => "RSS" + = link_to (image_tag "social_media_logos/feed-16x16.png", :title => "RSS"), current_user.public_url - if current_user.services - for service in current_user.services = image_tag "social_media_logos/#{service.provider}-16x16.png", :title => service.provider diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 3808f010d..e43ddadd0 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -730,14 +730,12 @@ form p form p.checkbox_select label - :position relative - :left 0 + :left 20px :top 3px - :margin - :right 6px img :position relative - :top 7px + :left 80px + :top 5px label :font