Improve support for right to left languages

This commit is contained in:
Richard Moch
2015-03-30 15:03:13 +00:00
parent e68b784528
commit d851c6ded3
2 changed files with 2 additions and 1 deletions

View File

@@ -295,6 +295,7 @@
.action-button, .action-list-item {
.action-label {
@include float(left);
.label-checked {
display: none;
}

View File

@@ -44,7 +44,7 @@ body.discussion, .discussion-module {
.response-header-actions {
position: absolute;
right: ($baseline);
@include right($baseline);
top: ($baseline);
@include float(right);
}