Make WordPress Core


Ignore:
Timestamp:
07/25/2019 07:10:33 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Upgrade/Install: Bring some consistency to installation screen styles.

  • Include forms.css and l10n.css, for consistency with login screen and other admin screens.
  • Remove redundant @import directives from login.css for files already declared as dependencies.
  • Adjust margin on password strength meter for consistency with other fields.
  • Increase font size for "You will need this password to log in" notice.
  • Fix misaligned icon on "Hide" button for the password.

Props iseulde, dan@…, bassgang, cdog, johnbillion, nmenescardi, mukesh27, SergeyBiryukov.
Fixes #35776, #47757, #47758.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/maint/repair.php

    r44545 r45673  
    1919    <meta name="robots" content="noindex,nofollow" />
    2020    <title><?php _e( 'WordPress &rsaquo; Database Repair' ); ?></title>
    21     <?php
    22     wp_admin_css( 'install', true );
    23     ?>
     21    <?php wp_admin_css( 'install', true ); ?>
    2422</head>
    2523<body class="wp-core-ui">
Note: See TracChangeset for help on using the changeset viewer.