New logo, better login.

git-svn-id: https://develop.svn.wordpress.org/trunk@3120 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-11-17 00:51:34 +00:00
parent b4b4d48778
commit e93d21f350
4 changed files with 24 additions and 18 deletions
+12 -2
View File
@@ -471,7 +471,7 @@ table .vers, table .name {
#login {
background: #fff;
border: 2px solid #a2a2a2;
border: 1px solid #a2a2a2;
margin: 5em auto;
padding: 1.5em;
width: 25em;
@@ -488,13 +488,15 @@ table .vers, table .name {
}
#login h1 {
background: url(../wp-includes/images/wp-small.png) no-repeat;
background: url(images/wordpress-logo.png) no-repeat top left;
margin-top: 0;
}
#login h1 a {
display: block;
text-indent: -1000px;
height: 66px;
border-bottom: none;
}
#login input {
@@ -513,6 +515,14 @@ table .vers, table .name {
text-align: center;
}
#login #log, #pwd {
font-size: 1.7em;
width: 80%;
}
#login #submit {
font-size: 1.7em;
}
#postcustom .updatemeta, #postcustom .deletemeta {
margin: auto;