Fix email icon on right section

This commit is contained in:
Juan Manuel Azambuja 2013-03-28 11:16:18 -03:00
parent 8c429c5915
commit c10aefb30f
2 changed files with 7 additions and 2 deletions

View file

@ -2244,6 +2244,7 @@ h1.tag
.icons-question, .icons-question,
.icons-monotone_wrench_settings, .icons-monotone_wrench_settings,
.icons-coffee, .icons-coffee,
.icons-mail,
.icons-bookmark, .icons-bookmark,
:position absolute :position absolute
:margin-left 3px :margin-left 3px
@ -2272,6 +2273,10 @@ h1.tag
:width 16px :width 16px
:height 14px :height 14px
.icons-mail
:width 16px
:height 13px
h5.title-header h5.title-header
:margin-left 22px :margin-left 22px

View file

@ -85,8 +85,8 @@
- if AppConfig.admins.podmin_email.present? - if AppConfig.admins.podmin_email.present?
.section .section
.title .title
= image_tag('icons/mail.png') .icons-mail
%h5 %h5.title-header
= t('aspects.index.help.any_problem') = t('aspects.index.help.any_problem')
.content .content
= t('aspects.index.help.contact_podmin') = t('aspects.index.help.contact_podmin')