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

git-svn-id: https://develop.svn.wordpress.org/trunk@26453 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2013-11-28 03:20:36 +00:00
parent bcab93583f
commit e5b3f96670
1 changed files with 6 additions and 16 deletions

View File

@ -11603,7 +11603,7 @@ li#wp-admin-bar-menu-toggle {
height: 22px;
}
/* Categories */
/* Taxonomies */
.fixed .column-description {
display: none;
}
@ -11617,34 +11617,24 @@ li#wp-admin-bar-menu-toggle {
}
/* Comments */
.fixed .column-response {
.comments .column-response {
width: 35%;
}
/* Media */
.fixed .column-parent {
.media .column-parent {
display: none;
}
/* Comments */
.fixed .column-email, .fixed .column-name {
/* Users */
.users .column-email, .users .column-name {
display: none;
}
.fixed .column-role {
.users .column-role {
width: 35%;
}
/* Plugins */
.plugins .column-description {
width: 70%;
}
#wpbody-content .plugins .plugin-title {
white-space: normal;
width: 30%;
}
/* Network admin sites */
.sites .column-registered, .sites .column-users {
display: none;