Make WordPress Core

Ticket #27893: 27893.diff

File 27893.diff, 2.0 KB (added by wonderboymusic, 11 years ago)
  • src/wp-includes/js/mediaelement/wp-mediaelement.css

     
    2828        width: auto;
    2929}
    3030
     31.media-embed-details .embed-media-settings .checkbox-setting span {
     32        display: inline-block;
     33}
     34
    3135.media-embed-details .embed-media-settings {
    3236        padding-top: 0;
    3337        top: 28px;
     
    5054}
    5155
    5256.media-embed-details .embed-media-settings .checkbox-setting {
    53         width: 100px;
    54         clear: none;
     57        float: none;
     58        margin: 0 0 10px;
    5559}
    5660
    5761.video-details .wp-video-holder {
  • src/wp-includes/media-template.php

     
    854854                                </div>
    855855
    856856                                <label class="setting checkbox-setting">
     857                                        <input type="checkbox" data-setting="autoplay" />
    857858                                        <span><?php _e( 'Autoplay' ); ?></span>
    858                                         <input type="checkbox" data-setting="autoplay" />
    859859                                </label>
    860860
    861861                                <label class="setting checkbox-setting">
     862                                        <input type="checkbox" data-setting="loop" />
    862863                                        <span><?php _e( 'Loop' ); ?></span>
    863                                         <input type="checkbox" data-setting="loop" />
    864864                                </label>
    865                                 <div class="clear"></div>
    866865                        </div>
    867866                </div>
    868867        </script>
     
    945944                                </div>
    946945
    947946                                <label class="setting checkbox-setting">
     947                                        <input type="checkbox" data-setting="autoplay" />
    948948                                        <span><?php _e( 'Autoplay' ); ?></span>
    949                                         <input type="checkbox" data-setting="autoplay" />
    950949                                </label>
    951950
    952951                                <label class="setting checkbox-setting">
     952                                        <input type="checkbox" data-setting="loop" />
    953953                                        <span><?php _e( 'Loop' ); ?></span>
    954                                         <input type="checkbox" data-setting="loop" />
    955954                                </label>
    956                                 <div class="clear"></div>
    957955
    958956                                <label class="setting" data-setting="content">
    959957                                        <span><?php _e( 'Tracks (subtitles, captions, descriptions, chapters, or metadata)' ); ?></span>