diff --git a/install/css.php b/install/css.php index 6a30ceb6d6d..0228dff37d7 100644 --- a/install/css.php +++ b/install/css.php @@ -132,7 +132,9 @@ and remove the following. width: 245px; text-align: right; } - +html[dir=rtl] .fitemtitle { + float: right; +} label { font-weight: bold; display: inline-block; @@ -142,7 +144,11 @@ label { .fitemelement { margin-left: 265px; } - +html[dir=rtl] .fitemelement { + margin-right: 265px; + margin-left: 0; + direction: ltr; +} .alert, .alert h4 { color: #c09853; }