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