Also get more targeted for taxonomy columns. Consolidate column hiding into one rule. props SergeyBiryukov. fixes #26298.
Built from https://develop.svn.wordpress.org/trunk@26454 git-svn-id: http://core.svn.wordpress.org/trunk@26352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e6e69d33d8
commit
23b03c0a4f
|
@ -11511,6 +11511,20 @@ li#wp-admin-bar-menu-toggle {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Columns to hide */
|
||||||
|
.fixed .column-date,
|
||||||
|
.fixed .column-author,
|
||||||
|
.column-categories,
|
||||||
|
.column-tags,
|
||||||
|
.tags .column-description,
|
||||||
|
.media .column-parent,
|
||||||
|
.users .column-email,
|
||||||
|
.users .column-name,
|
||||||
|
.sites .column-registered,
|
||||||
|
.sites .column-users {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Posts */
|
/* Posts */
|
||||||
.column-title {
|
.column-title {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
|
@ -11520,11 +11534,6 @@ li#wp-admin-bar-menu-toggle {
|
||||||
width: 35px
|
width: 35px
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-date, .fixed .column-author,
|
|
||||||
.column-categories, .column-tags {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widefat thead .check-column, .widefat tfoot .check-column {
|
.widefat thead .check-column, .widefat tfoot .check-column {
|
||||||
padding: 10px 0 10px;
|
padding: 10px 0 10px;
|
||||||
}
|
}
|
||||||
|
@ -11604,15 +11613,11 @@ li#wp-admin-bar-menu-toggle {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Taxonomies */
|
/* Taxonomies */
|
||||||
.fixed .column-description {
|
.tags .column-posts {
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fixed .column-posts {
|
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-slug {
|
.tags .column-slug {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11621,25 +11626,12 @@ li#wp-admin-bar-menu-toggle {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media .column-parent {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Users */
|
/* Users */
|
||||||
.users .column-email, .users .column-name {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.users .column-role {
|
.users .column-role {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Network admin sites */
|
/* Network admin sites */
|
||||||
.sites .column-registered, .sites .column-users {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sites .column-blogname {
|
.sites .column-blogname {
|
||||||
width: 55%;
|
width: 55%;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -11511,6 +11511,20 @@ li#wp-admin-bar-menu-toggle {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Columns to hide */
|
||||||
|
.fixed .column-date,
|
||||||
|
.fixed .column-author,
|
||||||
|
.column-categories,
|
||||||
|
.column-tags,
|
||||||
|
.tags .column-description,
|
||||||
|
.media .column-parent,
|
||||||
|
.users .column-email,
|
||||||
|
.users .column-name,
|
||||||
|
.sites .column-registered,
|
||||||
|
.sites .column-users {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Posts */
|
/* Posts */
|
||||||
.column-title {
|
.column-title {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
|
@ -11520,11 +11534,6 @@ li#wp-admin-bar-menu-toggle {
|
||||||
width: 35px
|
width: 35px
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-date, .fixed .column-author,
|
|
||||||
.column-categories, .column-tags {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widefat thead .check-column, .widefat tfoot .check-column {
|
.widefat thead .check-column, .widefat tfoot .check-column {
|
||||||
padding: 10px 0 10px;
|
padding: 10px 0 10px;
|
||||||
}
|
}
|
||||||
|
@ -11604,15 +11613,11 @@ li#wp-admin-bar-menu-toggle {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Taxonomies */
|
/* Taxonomies */
|
||||||
.fixed .column-description {
|
.tags .column-posts {
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fixed .column-posts {
|
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-slug {
|
.tags .column-slug {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11621,25 +11626,12 @@ li#wp-admin-bar-menu-toggle {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media .column-parent {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Users */
|
/* Users */
|
||||||
.users .column-email, .users .column-name {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.users .column-role {
|
.users .column-role {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Network admin sites */
|
/* Network admin sites */
|
||||||
.sites .column-registered, .sites .column-users {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sites .column-blogname {
|
.sites .column-blogname {
|
||||||
width: 55%;
|
width: 55%;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue