mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 06:39:04 +01:00
01f3b0aaf1
This reverts commit 5d24254a9ded2c9a20304ecf0ecbfa3ef08f91d6.
7 lines
149 B
CSS
7 lines
149 B
CSS
/** Overide for RTL layout **/
|
|
.dir-rtl .block .header .block_action {
|
|
float:left;
|
|
}
|
|
.dir-rtl .block .header .commands {
|
|
text-align: right;
|
|
} |