Ticket #3021: login.diff
File login.diff, 1.5 KB (added by , 19 years ago) |
---|
-
Users/Bryan/Automattic/wporg/wp-admin/wp-admin.css
558 558 559 559 #login { 560 560 position: relative; 561 background: url('images/login _background.png') no-repeat top center #fff;561 background: url('images/login-bkg-tile.png') no-repeat top center #fbfbfb; 562 562 color: #fff; 563 height: 430px;563 /* height: 430px; */ 564 564 margin: 5em auto; 565 565 padding: 45px 50px 0; 566 width: 250px;566 width: 325px; 567 567 } 568 568 569 569 #login #login_error { … … 593 593 594 594 #login h1 a { 595 595 display: block; 596 text-indent: - 1000px;596 text-indent: -9999px; 597 597 border-bottom: none; 598 598 } 599 599 … … 602 602 } 603 603 604 604 #login ul { 605 position: absolute; 606 bottom: 80px; 605 background: url('images/login-bkg-bottom.png') no-repeat bottom center; 607 606 list-style: none; 608 margin: 0 auto;609 padding: 0 ;607 margin: 0 -50px; 608 padding: 0 50px 5px; 610 609 } 611 610 612 611 #login ul:after { … … 620 619 #login ul li { 621 620 float: left; 622 621 font-size: 11px; 622 padding: 15px 0; 623 623 text-align: center; 624 624 } 625 625 … … 628 628 color: #84c4f0; 629 629 border: none; 630 630 padding: 4px 1px 5px; 631 width: 1 23px;631 width: 160px; 632 632 } 633 633 634 634 #login ul li a:hover { … … 639 639 } 640 640 641 641 #login #log, #pwd, #user_login, #email { 642 font-size: 1. 2em;642 font-size: 1.8em; 643 643 margin-top: 3px; 644 644 width: 97%; 645 645 } … … 650 650 651 651 #login #submit { 652 652 margin: 0; 653 font-size: 1. 1em;653 font-size: 1.2em; 654 654 } 655 655 656 656 #postcustom .updatemeta, #postcustom .deletemeta {