From c10aefb30f14913a7d6bc538d17a27d65716239f Mon Sep 17 00:00:00 2001 From: Juan Manuel Azambuja Date: Thu, 28 Mar 2013 11:16:18 -0300 Subject: [PATCH] Fix email icon on right section --- app/assets/stylesheets/application.css.sass | 5 +++++ app/views/shared/_right_sections.html.haml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index 86af9b714..79f844a3f 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -2244,6 +2244,7 @@ h1.tag .icons-question, .icons-monotone_wrench_settings, .icons-coffee, + .icons-mail, .icons-bookmark, :position absolute :margin-left 3px @@ -2272,6 +2273,10 @@ h1.tag :width 16px :height 14px + .icons-mail + :width 16px + :height 13px + h5.title-header :margin-left 22px diff --git a/app/views/shared/_right_sections.html.haml b/app/views/shared/_right_sections.html.haml index 702cee404..cb2c7b15d 100644 --- a/app/views/shared/_right_sections.html.haml +++ b/app/views/shared/_right_sections.html.haml @@ -85,8 +85,8 @@ - if AppConfig.admins.podmin_email.present? .section .title - = image_tag('icons/mail.png') - %h5 + .icons-mail + %h5.title-header = t('aspects.index.help.any_problem') .content = t('aspects.index.help.contact_podmin')