Make WordPress Core


Ignore:
Timestamp:
03/27/2014 07:01:38 AM (12 years ago)
Author:
helen
Message:

MCE view controls:

  • Move controls back over to the left, as they were before. Wide images and muscle memory have been causing frustration.
  • Improve the experience and unify the UI of media view controls. Audio and video views now require an initial click to select before further interaction.
  • CSS clean up and organization.

fixes #27320, #27542.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r27751 r27777  
    998998                <# } #>
    999999                <?php wp_underscore_audio_template() ?>
     1000                <div class="wpview-overlay"></div>
    10001001        </script>
    10011002
     
    10091010                <# } #>
    10101011                <?php wp_underscore_video_template() ?>
     1012                <div class="wpview-overlay"></div>
    10111013        </script>
    10121014
     
    10281030                        <div class="wp-playlist-prev"></div>
    10291031                </div>
     1032                <div class="wpview-overlay"></div>
    10301033        </script>
    10311034
Note: See TracChangeset for help on using the changeset viewer.