From deb7e5697e943bf9c61142c1498281f72f793e97 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 5 Mar 2015 22:44:17 +0000 Subject: [PATCH] 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 --- src/wp-includes/js/mediaelement/wp-mediaelement.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/js/mediaelement/wp-mediaelement.css b/src/wp-includes/js/mediaelement/wp-mediaelement.css index e724a15021..50f6c61589 100644 --- a/src/wp-includes/js/mediaelement/wp-mediaelement.css +++ b/src/wp-includes/js/mediaelement/wp-mediaelement.css @@ -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; }