From b9e34ce4a29e68932232da86ffa52ff8ea7b7321 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 13 Oct 2015 13:51:45 +0000 Subject: [PATCH] Theme Installer: fix the theme "Install"/"Installed" button's vertical alignment for HiDPI displays. Props paulwilde. Fixes #34198. git-svn-id: https://develop.svn.wordpress.org/trunk@35133 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 04f6b5bd8d..d660bd06d0 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1658,10 +1658,6 @@ body.full-overlay-active { .theme-install-overlay .wp-full-overlay-main { background-image: url(../images/spinner-2x.gif); } - - .theme-install-overlay .wp-full-overlay-header .theme-install { - margin-top: 2px; - } } @media screen and ( max-width: 782px ) {