From: Nadav Kavalerchik Date: Thu, 31 May 2012 15:39:17 +0000 (+0300) Subject: MDL-32479 - RTL Theme fixes for Moodle 2 (theme/base) X-Git-Tag: v2.3.0-beta~3^2~9 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=8c5bd0591becb74183a9fc59354e75abaa9e502c MDL-32479 - RTL Theme fixes for Moodle 2 (theme/base) Right align NEW YUI3 overlay Activity/Resource Chooser theme/base/style/core.css --- diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 7e349d0eabb..30bef8f19bb 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -942,6 +942,12 @@ sup {vertical-align: super;} line-height: 2em; } +.dir-rtl #choosercontainer #chooseform .instruction, .jsenabled #choosercontainer #chooseform .typesummary { + left: 0px; + right: 18.5em; + border-right: 1px solid grey; +} + /* Selected option settings */ .jsenabled .choosercontainer #chooseform .instruction, .choosercontainer #chooseform .selected .typesummary {