RTL: Flip half-star star ratings.

props SergeyBiryukov.
fixes #26814.


git-svn-id: https://develop.svn.wordpress.org/trunk@26952 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-01-15 08:18:59 +00:00
parent de5ad05a48
commit b119e5ff37

View File

@@ -10109,6 +10109,12 @@ div.star-holder .star-rating {
content:'\f459';
}
.rtl .star-rating .star-half {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.star-rating .star-empty:before {
content:'\f154';
}