From d0ec3a5564b5d517944b0643015f2b54a373fe79 Mon Sep 17 00:00:00 2001 From: Nadav Kavalerchik Date: Tue, 16 Oct 2012 10:19:31 +0200 Subject: [PATCH] MDL-36069 - Right align TEXTAREA "Format selector" listbox, when in RTL mode (theme/standard) --- theme/base/style/core.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index f666c4c3592..3f9a3f510e8 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -681,7 +681,6 @@ body.tag .managelink {padding: 5px;} .dir-rtl .mod-indent-15, .dir-rtl .mod-indent-huge {margin-right:300px;margin-left:0;} -.dir-rtl .felement.feditor select {margin-right:18.75%;margin-left:auto;} .dir-rtl .mform .fitem .felement {margin-right: 16%;margin-left:auto;text-align: right;} .dir-rtl .mform .fitem .felement input[name=email], .dir-rtl .mform .fitem .felement input[name=email2], -- 2.11.4.GIT