Make WordPress Core

Changeset 26453


Ignore:
Timestamp:
11/28/2013 03:20:36 AM (11 years ago)
Author:
helen
Message:

Get more specific with responsive list table column hiding. Removes unused styling for the plugins list table. fixes #26298.

File:
1 edited

Legend:

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

    r26452 r26453  
    1160411604    }
    1160511605
    11606     /* Categories */
     11606    /* Taxonomies */
    1160711607    .fixed .column-description {
    1160811608        display: none;
     
    1161811618
    1161911619    /* Comments */
    11620     .fixed .column-response {
     11620    .comments .column-response {
    1162111621        width: 35%;
    1162211622    }
    1162311623
    1162411624    /* Media */
    11625     .fixed .column-parent {
     11625    .media .column-parent {
    1162611626        display: none;
    1162711627    }
    1162811628
    11629     /* Comments */
    11630     .fixed .column-email, .fixed .column-name {
     11629    /* Users */
     11630    .users .column-email, .users .column-name {
    1163111631        display: none;
    1163211632    }
    1163311633
    11634     .fixed .column-role {
     11634    .users .column-role {
    1163511635        width: 35%;
    11636     }
    11637 
    11638     /* Plugins */
    11639     .plugins .column-description {
    11640         width: 70%;
    11641     }
    11642 
    11643     #wpbody-content .plugins .plugin-title {
    11644         white-space: normal;
    11645         width: 30%;
    1164611636    }
    1164711637
Note: See TracChangeset for help on using the changeset viewer.