Make WordPress Core

Changeset 28173


Ignore:
Timestamp:
04/20/2014 04:26:59 AM (11 years ago)
Author:
wonderboymusic
Message:

Support RTL properly when displaying playlists.

Props SergeyBiryukov.
See #27924.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css

    r28172 r28173  
    142142    font-size: 14px;
    143143    line-height: 1.5;
     144}
     145
     146.rtl .wp-playlist-item-length {
     147    left: 3px;
     148    right: auto;
    144149}
    145150
     
    197202}
    198203
     204.rtl .wp-playlist .wp-playlist-current-item img {
     205    float: right;
     206    margin-left: 10px;
     207    margin-right: 0;
     208}
     209
    199210.wp-playlist-current-item .wp-playlist-item-title,
    200211.wp-playlist-current-item .wp-playlist-item-artist {
Note: See TracChangeset for help on using the changeset viewer.