Eloy Lafuente (stronk7) 01f3b0aaf1 Revert "MDL-31345 theme_afterburner fixes pagelayout-report overflow"
This reverts commit 5d24254a9ded2c9a20304ecf0ecbfa3ef08f91d6.
2012-02-12 23:19:20 +01:00

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