Align login box, messages, navigation links and header image on the login screen, props SergeyBiryukov and helenyhou, fixes #19331

git-svn-id: https://develop.svn.wordpress.org/trunk@19414 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-11-23 07:03:00 +00:00
parent ccb56ab0b3
commit a7170b0b03
1 changed files with 4 additions and 2 deletions

View File

@ -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
}