Make WordPress Core

Changeset 28230


Ignore:
Timestamp:
05/01/2014 04:32:45 AM (10 years ago)
Author:
nacin
Message:

Support RTL properly when displaying playlists.

Merges [28173] to the 3.9 branch.

props SergeyBiryukov.
fixes #27924.

Location:
branches/3.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.9

  • branches/3.9/src/wp-includes/js/mediaelement/wp-mediaelement.css

    r28227 r28230  
    145145    font-size: 14px;
    146146    line-height: 1.5;
     147}
     148
     149.rtl .wp-playlist-item-length {
     150    left: 3px;
     151    right: auto;
    147152}
    148153
     
    200205}
    201206
     207.rtl .wp-playlist .wp-playlist-current-item img {
     208    float: right;
     209    margin-left: 10px;
     210    margin-right: 0;
     211}
     212
    202213.wp-playlist-current-item .wp-playlist-item-title,
    203214.wp-playlist-current-item .wp-playlist-item-artist {
Note: See TracChangeset for help on using the changeset viewer.