Upgrade/Install: Improve plugin update icon alignment.
This changeset improves the vertical alignment of the plugin update button in the Plugins screen. Props Presskopp, sabernhardt, costdev, eherman24. Fixes #56123. Built from https://develop.svn.wordpress.org/trunk@53717 git-svn-id: http://core.svn.wordpress.org/trunk@53276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e1dfa87a88
commit
31a5eaf174
|
@ -1575,6 +1575,9 @@ div.error {
|
|||
.wrap .notice p:before,
|
||||
.import-php .updating-message:before {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.import-php .updating-message:before {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1574,6 +1574,9 @@ div.error {
|
|||
.wrap .notice p:before,
|
||||
.import-php .updating-message:before {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.import-php .updating-message:before {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53716';
|
||||
$wp_version = '6.1-alpha-53717';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue