mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Visually merge a plugin with its update notice. Same applies to themes in the network admin. Move from 'update automatically' to 'update now'. fixes #20273.
git-svn-id: https://develop.svn.wordpress.org/trunk@20236 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4425,15 +4425,30 @@ input.button-highlighted,
|
||||
padding: 5px 7px 0;
|
||||
}
|
||||
|
||||
#wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title {
|
||||
.plugins .update th,
|
||||
.plugins .update td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.plugin-update-tr td {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
#wpbody-content .plugins .plugin-title,
|
||||
#wpbody-content .plugins .theme-title {
|
||||
padding-right: 12px;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.plugins .second, .plugins .row-actions-visible {
|
||||
.plugins .second,
|
||||
.plugins .row-actions-visible {
|
||||
padding: 0 0 5px;
|
||||
}
|
||||
|
||||
.plugins .update .second,
|
||||
.plugins .update .row-actions-visible {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.plugins-php .widefat tfoot th,
|
||||
.plugins-php .widefat tfoot td {
|
||||
border-top-style: solid;
|
||||
|
||||
Reference in New Issue
Block a user