Merge pull request #4084 from marpo60/issue_4082_fix_right_section_mail_icon

Fix email icon on right section
This commit is contained in:
Jonne Haß 2013-03-28 07:28:09 -07:00
commit 2ebd1a8229
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')