Make WordPress Core

Changeset 19414


Ignore:
Timestamp:
11/23/2011 07:03:00 AM (13 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r19304 r19414  
    6868    <meta name="viewport" content="width=320; initial-scale=0.9; maximum-scale=1.0; user-scalable=0;" />
    6969    <style type="text/css" media="screen">
    70     form { margin-left: 0px; }
    71     #login { margin-top: 20px; }
     70    .login form, .login .message, #login_error { margin-left: 0px; }
     71    .login #nav, .login #backtoblog { margin-left: 8px; }
     72    .login h1 a { width: auto; }
     73    #login { padding: 20px 0; }
    7274    </style>
    7375<?php
Note: See TracChangeset for help on using the changeset viewer.