Reduce the size of the WordPress logo tap target on log in screen on mobile, to avoid unexpected redirect away from the form.

props mzak.
fixes #31185.
Built from https://develop.svn.wordpress.org/trunk@31318


git-svn-id: http://core.svn.wordpress.org/trunk@31299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-01-31 21:32:22 +00:00
parent 0a668f1586
commit f824de609d
5 changed files with 3 additions and 11 deletions

View File

@ -225,10 +225,6 @@ p {
margin-right: 8px;
}
.mobile #login h1 a {
width: auto;
}
body.interim-login {
height: auto;
}

File diff suppressed because one or more lines are too long

View File

@ -225,10 +225,6 @@ p {
margin-left: 8px;
}
.mobile #login h1 a {
width: auto;
}
body.interim-login {
height: auto;
}

File diff suppressed because one or more lines are too long

View File

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