Ticket #27924: 27924.patch
File 27924.patch, 712 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/mediaelement/wp-mediaelement.css
142 142 line-height: 1.5; 143 143 } 144 144 145 .rtl .wp-playlist-item-length { 146 left: 3px; 147 right: auto; 148 } 149 145 150 .wp-playlist-tracks { 146 151 margin-top: 10px; 147 152 } … … 195 200 border: 0; 196 201 } 197 202 203 .rtl .wp-playlist .wp-playlist-current-item img { 204 float: right; 205 margin-left: 10px; 206 margin-right: 0; 207 } 208 198 209 .wp-playlist-current-item .wp-playlist-item-title, 199 210 .wp-playlist-current-item .wp-playlist-item-artist { 200 211 overflow: hidden;