mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 06:10:09 +00:00
Show title, album, and artist info for audio files displayed in WP_Customize_Upload_Control().
See #21483. git-svn-id: https://develop.svn.wordpress.org/trunk@30737 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -430,6 +430,18 @@ p.customize-section-description {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.customize-control .attachment-meta {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
margin: 0;
|
||||
padding: 5px 10px 0;
|
||||
}
|
||||
|
||||
.customize-control .attachment-meta-title {
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
.customize-control .thumbnail-image {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user