Skip to content

Commit ec459dc

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@57697 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9bcc4eb commit ec459dc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/wp-admin/css/common.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,6 +1687,15 @@ p.auto-update-status {
16871687
margin: 3px 5px 0 -2px;
16881688
}
16891689

1690+
#plugin-information-footer .button {
1691+
padding: 0 14px;
1692+
line-height: 2.71428571; /* 38px */
1693+
font-size: 14px;
1694+
vertical-align: middle;
1695+
min-height: 40px;
1696+
margin-bottom: 4px;
1697+
}
1698+
16901699
#plugin-information-footer .button.installed:before,
16911700
#plugin-information-footer .button.installing:before,
16921701
#plugin-information-footer .button.updating-message:before,

0 commit comments

Comments
 (0)