diff --git a/theme/base/style/course.css b/theme/base/style/course.css index 7f6ffb46308..4e7b15054c9 100644 --- a/theme/base/style/course.css +++ b/theme/base/style/course.css @@ -109,4 +109,6 @@ .dir-rtl .coursebox .summary {text-align:right;} .dir-rtl .course_category_tree .category.with_children> .category_label {background-position: center right; padding-right: 18px;} .dir-rtl .course_category_tree .category_label, .dir-rtl .course_category_tree .category .course {padding-right:18px;} -.dir-rtl.jsenabled .course_category_tree .category.with_children.collapsed .category_label {background-image:url([[pix:moodle|t/collapsed_rtl]]);} \ No newline at end of file +.dir-rtl.jsenabled .course_category_tree .category.with_children.collapsed .category_label {background-image:url([[pix:moodle|t/collapsed_rtl]]);} +.dir-rtl .course_category_tree .category .courses .course_link {background-position:center right; padding-right:18px;} +.dir-rtl .clearfloat {float:none; clear:both;height:0px;} \ No newline at end of file