mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 09:00:30 +01:00
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:
parent
7dd65ae2f2
commit
8c5bd0591b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user