Making WordPress.org

Changeset 14356


Ignore:
Timestamp:
01/13/2025 06:59:49 PM (17 months ago)
Author:
coffee2code
Message:

Photo Directory, Moderation: Reduce width of "Last Moderated" column in admin dashboard widget.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/moderation.php

    r14355 r14356  
    801801                width: 50px;
    802802            }
     803            #dashboard-photo-moderators .col-last-mod-date {
     804                width: 80px;
     805            }
    803806CSS;
    804807        echo "</style>\n";
     
    809812        echo '<th class="col-num-approved" title="' . esc_attr__( 'Number of photos approved', 'wporg-photos' ) . '"><span class="dashicons dashicons-thumbs-up"></span></th>';
    810813        echo '<th class="col-num-rejected" title="' . esc_attr__( 'Number of photos rejected', 'wporg-photos' ) . '"><span class="dashicons dashicons-thumbs-down"></span></th>';
    811         echo '<th>' . __( 'Last Moderated', 'wporg-photos' ) . '</th>';
     814        echo '<th class="col-last-mod-date">' . __( 'Last Moderated', 'wporg-photos' ) . '</th>';
    812815        echo '</tr></thead>';
    813816        echo '<tbody>';
Note: See TracChangeset for help on using the changeset viewer.