Changeset 4081

Show
Ignore:
Timestamp:
08/10/06 08:43:58 (2 years ago)
Author:
ryan
Message:

Login screen updates from bryanveloso. fixes #3021

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/wp-admin.css

    r4073 r4081  
    559559#login { 
    560560    position: relative; 
    561     background: url('images/login_background.png') no-repeat top center #fff
     561    background: url('images/login-bkg-tile.gif') no-repeat top center #fbfbfb
    562562    color: #fff; 
    563     height: 430px; 
     563    /* height: 430px; */ 
    564564    margin: 5em auto; 
    565565    padding: 45px 50px 0; 
    566     width: 250px; 
     566    width: 325px; 
    567567} 
    568568 
     
    594594#login h1 a { 
    595595    display: block; 
    596     text-indent: -1000px; 
     596    text-indent: -9999px; 
    597597    border-bottom: none; 
    598598} 
     
    603603 
    604604#login ul { 
    605     position: absolute; 
    606     bottom: 80px; 
     605    background: url('images/login-bkg-bottom.gif') no-repeat bottom center; 
    607606    list-style: none; 
    608     margin: 0 auto
    609     padding: 0
     607    margin: 0 -50px
     608    padding: 0 50px 5px
    610609} 
    611610 
     
    621620    float: left; 
    622621    font-size: 11px; 
     622    padding: 15px 0; 
    623623    text-align: center; 
    624624} 
     
    629629    border: none; 
    630630    padding: 4px 1px 5px; 
    631     width: 123px; 
     631    width: 160px; 
    632632} 
    633633 
     
    640640 
    641641#login #log, #pwd, #user_login, #email { 
    642     font-size: 1.2em; 
     642    font-size: 1.8em; 
    643643    margin-top: 3px; 
    644644    width: 97%; 
     
    651651#login #submit { 
    652652    margin: 0; 
    653     font-size: 1.1em; 
     653    font-size: 1.2em; 
    654654} 
    655655