From 08b8a69610bf88507e6fcd1e84b7fbc545543825 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 17 Apr 2008 07:18:27 +0000 Subject: [PATCH] MDL-12279 RTL fix for category number alignment --- theme/standard/rtl.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme/standard/rtl.css b/theme/standard/rtl.css index 05f1452e0e7..5dd007a8457 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 +} +