diff --git a/theme/base/style/core.css b/theme/base/style/core.css index ce835c1650d..a60a33d8f99 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -312,8 +312,11 @@ input#id_externalurl {direction:ltr;} * My Moodle */ .path-my .coursebox .overview .name {margin-left:20px;} +.dir-rtl .path-my .coursebox .overview .name {margin-right:20px;} .path-my .coursebox .overview .info {margin-left:25px;} +.dir-rtl .path-my .coursebox .overview .info {margin-right:25px;} .path-my .coursebox .overview .details {margin-left:25px;} +.dir-rtl .path-my .coursebox .overview .details {margin-right:25px;} .path-my .coursebox .overview {margin-bottom:10px;} .path-my .coursebox .info {float: none;}