Changeset 4081
- Timestamp:
- 08/10/2006 08:43:58 AM (19 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-admin.css
r4073 r4081 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.gif') 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 … … 594 594 #login h1 a { 595 595 display: block; 596 text-indent: - 1000px;596 text-indent: -9999px; 597 597 border-bottom: none; 598 598 } … … 603 603 604 604 #login ul { 605 position: absolute; 606 bottom: 80px; 605 background: url('images/login-bkg-bottom.gif') 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 … … 621 620 float: left; 622 621 font-size: 11px; 622 padding: 15px 0; 623 623 text-align: center; 624 624 } … … 629 629 border: none; 630 630 padding: 4px 1px 5px; 631 width: 1 23px;631 width: 160px; 632 632 } 633 633 … … 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%; … … 651 651 #login #submit { 652 652 margin: 0; 653 font-size: 1. 1em;653 font-size: 1.2em; 654 654 } 655 655
Note: See TracChangeset
for help on using the changeset viewer.