Making WordPress.org

Changeset 2573


Ignore:
Timestamp:
02/24/2016 07:15:18 PM (9 years ago)
Author:
mapk
Message:

Fixing UI for mobile devices.

refs
https://make.wordpress.org/flow/2016/02/24/log-in-visual-survey-of-login-wordpress-org-on-phones/

props @ryan

See #1524

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/stylesheets/login.css

    r2492 r2573  
    342342    }
    343343    body.login {
    344         /* Using flexbox to control the vertical alignment of the form and white box */
    345         display:flex;
     344        display:block; /* Overwriting flexbox to remove vertical positioning */
    346345        align-items:center;
    347     }
    348     #login {
     346        margin-top:100px; /* Fix for displaying logo correctly */
     347    }
     348    #login, .mobile #login {
    349349        -webkit-box-shadow:none;
    350350        box-shadow:none;
    351         padding:20px 0;
     351        padding:24px;
    352352    }
    353353    #login #login_error {
     
    368368        background-size:100%;
    369369    }
    370 }
     370    #login #login_error {
     371        width:100%; /* Adjusting width of error to match that of content */
     372    }
     373}
Note: See TracChangeset for help on using the changeset viewer.