mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
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:
parent
bcab93583f
commit
e5b3f96670
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user