Make WordPress Core

Ticket #38561: 38561.1.diff

File 38561.1.diff, 1.1 KB (added by bradyvercher, 8 years ago)
  • src/wp-admin/css/customize-controls.css

     
    885885        margin-bottom: 8px;
    886886}
    887887
     888.customize-control-header .actions,
    888889.customize-control-header .uploaded {
    889890        margin-bottom: 18px;
    890891}
  • src/wp-includes/customize/class-wp-customize-header-image-control.php

     
    169169                        <?php if ( current_theme_supports( 'custom-header', 'video' ) ) {
    170170                                echo '<span class="customize-control-title">' . $this->label . '</span>';
    171171                        } ?>
     172                        <div class="customize-control-notifications-container"></div>
    172173                        <p class="customizer-section-intro customize-control-description">
    173174                                <?php
    174175                                if ( current_theme_supports( 'custom-header', 'video' ) ) {