From: moodler Date: Thu, 17 Apr 2008 07:19:24 +0000 (+0000) Subject: Merged MDL-12279 for RTL fix from 1.9 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b32cec0757c4a5396936a4dcd56fea0f7ea9308f;p=moodle.git Merged MDL-12279 for RTL fix from 1.9 --- diff --git a/theme/standard/rtl.css b/theme/standard/rtl.css index 05f1452e0e..5dd007a845 100755 --- a/theme/standard/rtl.css +++ b/theme/standard/rtl.css @@ -93,6 +93,10 @@ body, td, li, div { text-align: right; } +.categorylist .category.number { + text-align:left; +} + .calendar-controls .previous { text-align: right; } @@ -368,4 +372,5 @@ FORM.mform INPUT { form#adminsettings div.htmlarea { clear: right; -} \ No newline at end of file +} +