Commit d851c6de by Richard Moch

Improve support for right to left languages

parent e68b7845
......@@ -295,6 +295,7 @@
.action-button, .action-list-item {
.action-label {
@include float(left);
.label-checked {
display: none;
}
......
......@@ -44,7 +44,7 @@ body.discussion, .discussion-module {
.response-header-actions {
position: absolute;
right: ($baseline);
@include right($baseline);
top: ($baseline);
@include float(right);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment