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-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

View file

@ -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')