Upgrade/Install: Improve plugin install button appearance.
Fixes a misaligned spinner icon when opening the plugin details information in a new tab rather than the modal, and then installing the plugin in that window. Props huzaifaalmesbah, zunaid321, swissspidy. Fixes #60494. Built from https://develop.svn.wordpress.org/trunk@57697 git-svn-id: http://core.svn.wordpress.org/trunk@57198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
601999951c
commit
0006dd82d8
|
@ -1688,6 +1688,15 @@ p.auto-update-status {
|
|||
margin: 3px -2px 0 5px;
|
||||
}
|
||||
|
||||
#plugin-information-footer .button {
|
||||
padding: 0 14px;
|
||||
line-height: 2.71428571; /* 38px */
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
min-height: 40px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#plugin-information-footer .button.installed:before,
|
||||
#plugin-information-footer .button.installing:before,
|
||||
#plugin-information-footer .button.updating-message:before,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1687,6 +1687,15 @@ p.auto-update-status {
|
|||
margin: 3px 5px 0 -2px;
|
||||
}
|
||||
|
||||
#plugin-information-footer .button {
|
||||
padding: 0 14px;
|
||||
line-height: 2.71428571; /* 38px */
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
min-height: 40px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#plugin-information-footer .button.installed:before,
|
||||
#plugin-information-footer .button.installing:before,
|
||||
#plugin-information-footer .button.updating-message:before,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-beta2-57696';
|
||||
$wp_version = '6.5-beta2-57697';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue