Ticket #27893: 27893.diff
File 27893.diff, 2.0 KB (added by , 11 years ago) |
---|
-
src/wp-includes/js/mediaelement/wp-mediaelement.css
28 28 width: auto; 29 29 } 30 30 31 .media-embed-details .embed-media-settings .checkbox-setting span { 32 display: inline-block; 33 } 34 31 35 .media-embed-details .embed-media-settings { 32 36 padding-top: 0; 33 37 top: 28px; … … 50 54 } 51 55 52 56 .media-embed-details .embed-media-settings .checkbox-setting { 53 width: 100px;54 clear: none;57 float: none; 58 margin: 0 0 10px; 55 59 } 56 60 57 61 .video-details .wp-video-holder { -
src/wp-includes/media-template.php
854 854 </div> 855 855 856 856 <label class="setting checkbox-setting"> 857 <input type="checkbox" data-setting="autoplay" /> 857 858 <span><?php _e( 'Autoplay' ); ?></span> 858 <input type="checkbox" data-setting="autoplay" />859 859 </label> 860 860 861 861 <label class="setting checkbox-setting"> 862 <input type="checkbox" data-setting="loop" /> 862 863 <span><?php _e( 'Loop' ); ?></span> 863 <input type="checkbox" data-setting="loop" />864 864 </label> 865 <div class="clear"></div>866 865 </div> 867 866 </div> 868 867 </script> … … 945 944 </div> 946 945 947 946 <label class="setting checkbox-setting"> 947 <input type="checkbox" data-setting="autoplay" /> 948 948 <span><?php _e( 'Autoplay' ); ?></span> 949 <input type="checkbox" data-setting="autoplay" />950 949 </label> 951 950 952 951 <label class="setting checkbox-setting"> 952 <input type="checkbox" data-setting="loop" /> 953 953 <span><?php _e( 'Loop' ); ?></span> 954 <input type="checkbox" data-setting="loop" />955 954 </label> 956 <div class="clear"></div>957 955 958 956 <label class="setting" data-setting="content"> 959 957 <span><?php _e( 'Tracks (subtitles, captions, descriptions, chapters, or metadata)' ); ?></span>