Built from https://develop.svn.wordpress.org/trunk@26240 git-svn-id: http://core.svn.wordpress.org/trunk@26147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5965ca48ce
commit
507f47d03f
|
@ -2883,7 +2883,6 @@ body #dashboard-widgets .postbox form .submit {
|
||||||
}
|
}
|
||||||
|
|
||||||
#dash-right-now .inside {
|
#dash-right-now .inside {
|
||||||
margin-bottom: 0;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -12203,7 +12202,10 @@ li#wp-admin-bar-toggle-button {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.plugin-install th.column-name, table.plugin-install th.column-version, table.plugin-install th.column-rating, table.plugin-install th.column-description {
|
table.plugin-install th.column-name,
|
||||||
|
table.plugin-install th.column-version,
|
||||||
|
table.plugin-install th.column-rating,
|
||||||
|
table.plugin-install th.column-description {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2883,7 +2883,6 @@ body #dashboard-widgets .postbox form .submit {
|
||||||
}
|
}
|
||||||
|
|
||||||
#dash-right-now .inside {
|
#dash-right-now .inside {
|
||||||
margin-bottom: 0;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -12203,7 +12202,10 @@ li#wp-admin-bar-toggle-button {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.plugin-install th.column-name, table.plugin-install th.column-version, table.plugin-install th.column-rating, table.plugin-install th.column-description {
|
table.plugin-install th.column-name,
|
||||||
|
table.plugin-install th.column-version,
|
||||||
|
table.plugin-install th.column-rating,
|
||||||
|
table.plugin-install th.column-description {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue