MDL-32479 - RTL Theme fixes for Moodle 2 (theme/base)
authorNadav Kavalerchik <nadavkav@gmail.com>
Tue, 17 Apr 2012 11:10:38 +0000 (14:10 +0300)
committerAparup Banerjee <aparup@moodle.com>
Mon, 18 Jun 2012 03:24:50 +0000 (11:24 +0800)
Right align content (when viewing a Lesson activity in RTL mode)

mod/lesson/styles.css

index 3b6d741..fb26b3c 100644 (file)
@@ -31,3 +31,8 @@
  **/
 #page-mod-lesson-view .password-form .submitbutton {display: inline;}
 .path-mod-lesson .reviewessay {width:40%; border:1px solid #DDDDDD; background-color: #EEEEEE;}
+
+.path-mod-lesson.dir-rtl .contents,
+.path-mod-lesson.dir-rtl .standardtable,
+.path-mod-lesson.dir-rtl .mform .box.contents,
+.path-mod-lesson.dir-rtl .invisiblefieldset.fieldsetfix tr {text-align: right;}