Make WordPress Core

Changeset 26416


Ignore:
Timestamp:
11/26/2013 07:36:14 PM (11 years ago)
Author:
iammattthomas
Message:

Hide registered and users columns in Sites table on small screens to prevent columms from becoming too narrow. Fixes #25973, props johnbillion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26415 r26416  
    1160311603    }
    1160411604
     11605    /* Network admin sites */
     11606    .sites .column-registered, .sites .column-users {
     11607        display: none;
     11608    }
     11609
     11610    .sites .column-blogname {
     11611        width: 55%;
     11612    }
     11613
    1160511614    /* Updates */
    1160611615    #wpbody-content #update-themes-table .plugin-title {
Note: See TracChangeset for help on using the changeset viewer.