Merged MDL-12279 for RTL fix from 1.9

This commit is contained in:
moodler 2008-04-17 07:19:24 +00:00
parent 9534a8cb39
commit b32cec0757

View File

@ -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;
}
}