MDL-32479 - RTL Theme fixes for Moodle 2 (theme/base)

Right align NEW YUI3 overlay Activity/Resource Chooser
theme/base/style/core.css
This commit is contained in:
Nadav Kavalerchik 2012-05-31 18:39:17 +03:00 committed by Aparup Banerjee
parent 7dd65ae2f2
commit 8c5bd0591b

View File

@ -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 {