mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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:
parent
0a668f1586
commit
f824de609d
@ -225,10 +225,6 @@ p {
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile #login h1 a {
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.interim-login {
|
body.interim-login {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/login-rtl.min.css
vendored
2
wp-admin/css/login-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -225,10 +225,6 @@ p {
|
|||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile #login h1 a {
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.interim-login {
|
body.interim-login {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/login.min.css
vendored
2
wp-admin/css/login.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user