mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
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;
|
|
} |