-
Task
-
Resolution: Fixed
-
Minor
-
2.3.4, 2.4.1, 2.5
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MDL-37785_master -
- Go to privates files
- Switch to a RTL language
- Make sure the file picker opens nicely and looks good
- Test in different themes
Found while testing MDL-37645
The two CSS rules (see below) found in theme/base/style/core.css are also in theme/base/style/filemanager.css as they relate to the filemanager/file-picker. It follows then that these two rules can be safely deleted from core.css.
.dir-rtl .file-picker .yui-layout-unit-left {left:500px !important;}
|
.dir-rtl .file-picker .yui-layout-unit-center {left:0px !important;}
|