From 6deb34ebb39fb5df1156619529d81086b28b502b Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 22 Apr 2014 20:29:14 +0000 Subject: [PATCH] Alter the layout of the checkboxes in the modal view for Audio/Video Details to allow translations more room to breathe. See #27893. Built from https://develop.svn.wordpress.org/trunk@28184 git-svn-id: http://core.svn.wordpress.org/trunk@28015 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/mediaelement/wp-mediaelement.css | 8 ++++++-- wp-includes/media-template.php | 10 ++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/wp-includes/js/mediaelement/wp-mediaelement.css b/wp-includes/js/mediaelement/wp-mediaelement.css index 82548b2de1..ec8e37bc98 100644 --- a/wp-includes/js/mediaelement/wp-mediaelement.css +++ b/wp-includes/js/mediaelement/wp-mediaelement.css @@ -28,6 +28,10 @@ width: auto; } +.media-embed-details .embed-media-settings .checkbox-setting span { + display: inline-block; +} + .media-embed-details .embed-media-settings { padding-top: 0; top: 28px; @@ -50,8 +54,8 @@ } .media-embed-details .embed-media-settings .checkbox-setting { - width: 100px; - clear: none; + float: none; + margin: 0 0 10px; } .video-details .wp-video-holder { diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index a3300e59f4..25354618d9 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -854,15 +854,14 @@ function wp_print_media_templates() { -
@@ -945,15 +944,14 @@ function wp_print_media_templates() { -