Making WordPress.org

Changeset 2579


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

More mobile UI fixes.

See #1524:

File:
1 edited

Legend:

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

    r2573 r2579  
    258258}
    259259
     260.mobile #login {
     261    padding:24px;
     262}
     263
    260264.container {
    261265    padding: 0 0 64px;
     
    337341}
    338342
    339 @media (max-width:376px) {
     343@media (max-width:375px) {
    340344    body, html {
    341345        background:#FFF;
     
    353357    #login #login_error {
    354358        margin-left:0;
    355     }
    356 }
    357 
    358 @media (max-width:352px) {
     359        width:100%;
     360    }
     361}
     362
     363@media (max-width:360px) {
    359364    #login {
    360365        width:100%;
     
    368373        background-size:100%;
    369374    }
    370     #login #login_error {
    371         width:100%; /* Adjusting width of error to match that of content */
    372     }
    373 }
     375}
Note: See TracChangeset for help on using the changeset viewer.