Unverified Commit b006e8df by ProThoughts Committed by GitHub

Fix for #550, RTL layout vote disply issue.

Solution provided by fara, I verified fix on test site and it is working fine for RTL layout.
https://github.com/q2a/question2answer/issues/550
parent 19be025e
...@@ -449,3 +449,11 @@ h1 { ...@@ -449,3 +449,11 @@ h1 {
float: right; float: right;
} }
} }
.qa-vote-buttons {
float: right;
}
.qa-netvote-count-data {
direction: ltr;
display: inline-block;
}
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