mirror of
https://github.com/moodle/moodle.git
synced 2025-04-06 00:42:44 +02:00
Merged MDL-12279 for RTL fix from 1.9
This commit is contained in:
parent
9534a8cb39
commit
b32cec0757
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user