Commit d851c6de by Richard Moch

Improve support for right to left languages

parent e68b7845
...@@ -295,6 +295,7 @@ ...@@ -295,6 +295,7 @@
.action-button, .action-list-item { .action-button, .action-list-item {
.action-label { .action-label {
@include float(left);
.label-checked { .label-checked {
display: none; display: none;
} }
......
...@@ -44,7 +44,7 @@ body.discussion, .discussion-module { ...@@ -44,7 +44,7 @@ body.discussion, .discussion-module {
.response-header-actions { .response-header-actions {
position: absolute; position: absolute;
right: ($baseline); @include right($baseline);
top: ($baseline); top: ($baseline);
@include float(right); @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