Make WordPress Core

Changeset 59551


Ignore:
Timestamp:
12/21/2024 10:37:35 PM (20 months ago)
Author:
audrasjb
Message:

Login and Registration: Adjust login form margins for better consistency.

This changeset addresses adjusts margins around the login form for visual consistency. The margin above and below the form is now consistently set to 24px, and the margin below the logo has also been adjusted to 24px.

Follow-up to [26072].

Props deeppatel8950, audrasjb, priyank9033, viralsampat, vijaysinh9094, sabernhardt, .
Fixes #61667.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/login.css

    r59424 r59551  
    140140
    141141.login form {
    142         margin-top: 20px;
    143         margin-left: 0;
     142        margin: 24px 0;
    144143        padding: 26px 24px;
    145144        font-weight: 400;
     
    285284        font-weight: 400;
    286285        line-height: 1.3;
    287         margin: 0 auto 25px;
     286        margin: 0 auto 24px;
    288287        padding: 0;
    289288        text-decoration: none;
Note: See TracChangeset for help on using the changeset viewer.