Theme Installer: fix the theme "Install"/"Installed" button's vertical alignment for HiDPI displays.

Props paulwilde.
Fixes #34198.

Built from https://develop.svn.wordpress.org/trunk@35133


git-svn-id: http://core.svn.wordpress.org/trunk@35098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-10-13 13:52:27 +00:00
parent e19cda5c2d
commit 357b916211
5 changed files with 3 additions and 11 deletions

View File

@ -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 ) {

View File

@ -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 ) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35132';
$wp_version = '4.4-alpha-35133';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.