Audio previews need top margin on Edit Media screen.

Fixes #31524.


git-svn-id: https://develop.svn.wordpress.org/trunk@31634 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-03-05 22:44:17 +00:00
parent 78bab0c4eb
commit deb7e5697e
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@
height: auto;
}
.wp_attachment_holder .wp-video {
.wp_attachment_holder .wp-video,
.wp_attachment_holder .wp-audio-shortcode {
margin-top: 18px;
}