diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 7d87a06aeb..127ce2ebca 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1811,8 +1811,6 @@ body.full-overlay-active { .theme-install-overlay .wp-full-overlay-header .button { float: right; margin: 8px 10px 0 0; - /* For when .theme-install is a span rather than a.button-primary (already installed theme) */ - line-height: 2; } .theme-install-overlay .wp-full-overlay-sidebar { @@ -1897,9 +1895,10 @@ body.full-overlay-active { width: 100%; } - .theme-install-overlay .wp-full-overlay-header .theme-install { - margin-top: 6px; - line-height: normal; + .theme-install-overlay .wp-full-overlay-header .button { + font-size: 13px; + line-height: 2.15384615; + min-height: 30px; } .theme-browser .theme .theme-actions .button {