Alter the layout of the checkboxes in the modal view for Audio/Video Details to allow translations more room to breathe.

See #27893.



git-svn-id: https://develop.svn.wordpress.org/trunk@28184 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-04-22 20:28:35 +00:00
parent 4507f1e04f
commit 77c156631a
2 changed files with 10 additions and 8 deletions

View File

@ -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 {

View File

@ -854,15 +854,14 @@ function wp_print_media_templates() {
</div>
<label class="setting checkbox-setting">
<span><?php _e( 'Autoplay' ); ?></span>
<input type="checkbox" data-setting="autoplay" />
<span><?php _e( 'Autoplay' ); ?></span>
</label>
<label class="setting checkbox-setting">
<span><?php _e( 'Loop' ); ?></span>
<input type="checkbox" data-setting="loop" />
<span><?php _e( 'Loop' ); ?></span>
</label>
<div class="clear"></div>
</div>
</div>
</script>
@ -945,15 +944,14 @@ function wp_print_media_templates() {
</div>
<label class="setting checkbox-setting">
<span><?php _e( 'Autoplay' ); ?></span>
<input type="checkbox" data-setting="autoplay" />
<span><?php _e( 'Autoplay' ); ?></span>
</label>
<label class="setting checkbox-setting">
<span><?php _e( 'Loop' ); ?></span>
<input type="checkbox" data-setting="loop" />
<span><?php _e( 'Loop' ); ?></span>
</label>
<div class="clear"></div>
<label class="setting" data-setting="content">
<span><?php _e( 'Tracks (subtitles, captions, descriptions, chapters, or metadata)' ); ?></span>