Align login box, messages, navigation links and header image on the login screen, props SergeyBiryukov and helenyhou, fixes #19331
git-svn-id: http://svn.automattic.com/wordpress/trunk@19414 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9cfbe50743
commit
4cd52de33b
|
@ -67,8 +67,10 @@ function login_header($title = 'Log In', $message = '', $wp_error = '') {
|
|||
if ( $is_iphone ) { ?>
|
||||
<meta name="viewport" content="width=320; initial-scale=0.9; maximum-scale=1.0; user-scalable=0;" />
|
||||
<style type="text/css" media="screen">
|
||||
form { margin-left: 0px; }
|
||||
#login { margin-top: 20px; }
|
||||
.login form, .login .message, #login_error { margin-left: 0px; }
|
||||
.login #nav, .login #backtoblog { margin-left: 8px; }
|
||||
.login h1 a { width: auto; }
|
||||
#login { padding: 20px 0; }
|
||||
</style>
|
||||
<?php
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue