Support RTL properly when displaying playlists.
Merges [28173] to the 3.9 branch. props SergeyBiryukov. fixes #27924. Built from https://develop.svn.wordpress.org/branches/3.9@28230 git-svn-id: http://core.svn.wordpress.org/branches/3.9@28058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0579fdbc6a
commit
6e4bb1ab4a
|
@ -146,6 +146,11 @@
|
|||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.rtl .wp-playlist-item-length {
|
||||
left: 3px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.wp-playlist-tracks {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
@ -199,6 +204,12 @@
|
|||
border: 0;
|
||||
}
|
||||
|
||||
.rtl .wp-playlist .wp-playlist-current-item img {
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.wp-playlist-current-item .wp-playlist-item-title,
|
||||
.wp-playlist-current-item .wp-playlist-item-artist {
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue