mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
7 lines
No EOL
149 B
CSS
7 lines
No EOL
149 B
CSS
/** Overide for RTL layout **/
|
|
.dir-rtl .block .header .block_action {
|
|
float:left;
|
|
}
|
|
.dir-rtl .block .header .commands {
|
|
text-align: right;
|
|
} |