Details
-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.4, 2.4.1, 2.5
-
Component/s: Themes
-
Labels:
-
Testing Instructions:
- Go to privates files
- Switch to a RTL language
- Make sure the file picker opens nicely and looks good
- Test in different themes
-
Affected Branches:MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
Fixed Branches:MOODLE_23_STABLE, MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-37785_master -
Pull Master Diff URL:
Description
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;}
|