From 51579a6ad6b465f9c0376c3a192c53ebae0d781f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 5 Jun 2017 09:04:36 +0300
Subject: [PATCH] - Added CSS class for right to left.

---
 static/css/screen.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/static/css/screen.css b/static/css/screen.css
index a17a4da..05302cc 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -331,3 +331,5 @@ form.inline_edit {
 .right { float: right; }
 
 .clear { clear: both; }
+
+.rtl { direction: rtl; }
-- 
GitLab