From b9889602aca0b39caa16b9febb170182ee78bf28 Mon Sep 17 00:00:00 2001 From: Nadav Kavalerchik Date: Fri, 21 Sep 2012 14:02:31 +0300 Subject: [PATCH] MDL-35564 - minor, "My Moodle" related (to block Course Overview) CSS RTL UI fixes --- theme/base/style/core.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index ce835c1650d30..a60a33d8f9908 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;}