Make WordPress Core

Ticket #27924: 27924.patch

File 27924.patch, 712 bytes (added by SergeyBiryukov, 11 years ago)
  • src/wp-includes/js/mediaelement/wp-mediaelement.css

     
    142142        line-height: 1.5;
    143143}
    144144
     145.rtl .wp-playlist-item-length {
     146        left: 3px;
     147        right: auto;
     148}
     149
    145150.wp-playlist-tracks {
    146151        margin-top: 10px;
    147152}
     
    195200        border: 0;
    196201}
    197202
     203.rtl .wp-playlist .wp-playlist-current-item img {
     204        float: right;
     205        margin-left: 10px;
     206        margin-right: 0;
     207}
     208
    198209.wp-playlist-current-item .wp-playlist-item-title,
    199210.wp-playlist-current-item .wp-playlist-item-artist {
    200211        overflow: hidden;