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:
Scott Taylor
2014-12-04 01:58:56 +00:00
parent 2ec473b538
commit 29bcbb62e1
2 changed files with 22 additions and 1 deletions

View File

@@ -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;
}