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

View File

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