Enable RTL direction in emails.

This commit is contained in:
Eyal Levin
2014-08-27 14:38:03 +03:00
parent 009dc7ded3
commit e0c2f3df3a
6 changed files with 94 additions and 18 deletions

View File

@@ -58,6 +58,7 @@ module Email
style('.user-avatar', 'vertical-align:top;width:55px;')
style('.user-avatar img', nil, width: '45', height: '45')
style('hr', 'background-color: #ddd; height: 1px; border: 1px;')
style('.rtl', 'direction: rtl;')
# we can do this but it does not look right
# style('#main', 'font-family:"Helvetica Neue", Helvetica, Arial, sans-serif')
style('td.body', 'padding-top:5px;', colspan: "2")