Index: install/css.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- install/css.php	(revision )
+++ install/css.php	(revision )
@@ -132,7 +132,9 @@
     width: 245px;
     text-align: right;
 }
-
+html[dir=rtl] .fitemtitle {
+    float: right;
+}
 label {
     font-weight: bold;
     display: inline-block;
@@ -141,6 +143,11 @@
 
 .fitemelement {
     margin-left: 265px;
+}
+html[dir=rtl] .fitemelement {
+    margin-right: 265px;
+    margin-left: 0;
+    direction: ltr;
 }
 
 .alert, .alert h4 {
