Set direction:rtl in emails

This commit is contained in:
Raphael Michel
2019-12-16 10:27:47 +01:00
parent ba4f00cfc0
commit 488ee19b11
2 changed files with 11 additions and 2 deletions

View File

@@ -139,6 +139,14 @@
text-decoration: none;
color: {{ color }};
}
{% if rtl %}
body {
direction: rtl;
}
.content table td {
text-align: right;
}
{% endif %}
{% block addcss %}{% endblock %}
</style>