Get more specific with responsive list table column hiding. Removes unused styling for the plugins list table. fixes #26298.
Built from https://develop.svn.wordpress.org/trunk@26453 git-svn-id: http://core.svn.wordpress.org/trunk@26351 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2c0501573d
commit
e6e69d33d8
|
@ -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;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue