Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d180d19
)
MDL-32479 - RTL Theme fixes for Moodle 2 (theme/base)
author
Nadav Kavalerchik
<nadavkav@gmail.com>
Tue, 17 Apr 2012 11:10:38 +0000
(14:10 +0300)
committer
Aparup 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
patch
|
blob
|
blame
|
history
diff --git
a/mod/lesson/styles.css
b/mod/lesson/styles.css
index
3b6d741
..
fb26b3c
100644
(file)
--- a/
mod/lesson/styles.css
+++ b/
mod/lesson/styles.css
@@
-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;}