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 +} +