Make WordPress Core

Ticket #47327: 47327.2.diff

File 47327.2.diff, 3.7 KB (added by afercia, 5 years ago)
  • src/wp-admin/css/list-tables.css

     
    436436#commentsdiv .comments-box thead td {
    437437        background: transparent;
    438438        padding: 0 7px 4px;
    439         font-style: italic;
    440439}
    441440
    442441#commentsdiv .comments-box tr:last-child td {
     
    10201019        text-transform: uppercase;
    10211020}
    10221021
    1023 .inline-edit-row fieldset span.title,
    1024 .inline-edit-row fieldset span.checkbox-title {
    1025         font-style: italic;
    1026 }
    1027 
    10281022/*      Specific Elements */
    10291023.inline-edit-row fieldset .inline-edit-date {
    10301024        float: left;
     
    13181312.plugins .paused .error-display p,
    13191313.plugins .paused .error-display code {
    13201314        font-size: 90%;
    1321         font-style: italic;
    13221315        color: rgba( 0, 0, 0, 0.7 );
    13231316}
    13241317
  • src/wp-admin/css/media.css

     
    10531053
    10541054.imgedit-help {
    10551055        display: none;
    1056         font-style: italic;
     1056        padding-bottom: 8px;
    10571057}
    10581058
     1059.imgedit-help.imgedit-restore {
     1060        padding-bottom: 0;
     1061}
     1062
    10591063/* higher specificity than buttons */
    10601064.image-editor .imgedit-settings .imgedit-help-toggle,
    10611065.image-editor .imgedit-settings .imgedit-help-toggle:hover,
  • src/wp-admin/includes/class-wp-posts-list-table.php

     
    16081608                                                        <span class="input-text-wrap"><input type="text" name="post_password" class="inline-edit-password-input" value="" /></span>
    16091609                                                </label>
    16101610
    1611                                                 <em class="alignleft inline-edit-or">
     1611                                                <span class="alignleft inline-edit-or">
    16121612                                                        <?php
    16131613                                                        /* translators: Between password field and private checkbox on post quick edit interface. */
    16141614                                                        _e( '&ndash;OR&ndash;' );
    16151615                                                        ?>
    1616                                                 </em>
     1616                                                </span>
    16171617                                                <label class="alignleft inline-edit-private">
    16181618                                                        <input type="checkbox" name="keep_private" value="private" />
    16191619                                                        <span class="checkbox-title"><?php _e( 'Private' ); ?></span>
  • src/wp-admin/includes/image-edit.php

     
    9191        <div class="imgedit-group">
    9292        <div class="imgedit-group-top">
    9393                <h2><button type="button" onclick="imageEdit.toggleHelp(this);" class="button-link"><?php _e( 'Restore Original Image' ); ?> <span class="dashicons dashicons-arrow-down imgedit-help-toggle"></span></button></h2>
    94                 <div class="imgedit-help">
     94                <div class="imgedit-help imgedit-restore">
    9595                <p>
    9696                        <?php
    9797                        _e( 'Discard any changes and restore the original image.' );
     
    159159        <div class="imgedit-group-top">
    160160                <h2><?php _e( 'Thumbnail Settings' ); ?></h2>
    161161                <button type="button" class="dashicons dashicons-editor-help imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;" aria-expanded="false"><span class="screen-reader-text"><?php esc_html_e( 'Thumbnail Settings Help' ); ?></span></button>
    162                 <p class="imgedit-help"><?php _e( 'You can edit the image while preserving the thumbnail. For example, you may wish to have a square thumbnail that displays just a section of the image.' ); ?></p>
     162                <div class="imgedit-help">
     163                <p><?php _e( 'You can edit the image while preserving the thumbnail. For example, you may wish to have a square thumbnail that displays just a section of the image.' ); ?></p>
     164                </div>
    163165        </div>
    164166
    165167        <figure class="imgedit-thumbnail-preview">