mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
New logo, better login.
git-svn-id: https://develop.svn.wordpress.org/trunk@3120 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+12
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user