Make WordPress Core

Changeset 26953


Ignore:
Timestamp:
01/15/2014 08:19:50 AM (11 years ago)
Author:
nacin
Message:

RTL: Flip half-star star ratings.

Merges [26952] to the 3.8 branch.

props SergeyBiryukov.
fixes #26814.

Location:
branches/3.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8

  • branches/3.8/src/wp-admin/css/wp-admin.css

    r26950 r26953  
    1010810108}
    1010910109
     10110.rtl .star-rating .star-half {
     10111    -webkit-transform: rotateY(180deg);
     10112    -ms-transform:     rotateY(180deg);
     10113    transform:         rotateY(180deg);
     10114}
     10115
    1011010116.star-rating .star-empty:before {
    1011110117    content:'\f154';
Note: See TracChangeset for help on using the changeset viewer.