New login. fixes #2999
git-svn-id: http://svn.automattic.com/wordpress/trunk@4073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa1ec4ea1f
commit
3a2d71fb91
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -557,58 +557,100 @@ table .vers {
|
||||||
}
|
}
|
||||||
|
|
||||||
#login {
|
#login {
|
||||||
background: #fff;
|
position: relative;
|
||||||
border: 1px solid #a2a2a2;
|
background: url('images/login_background.png') no-repeat top center #fff;
|
||||||
|
color: #fff;
|
||||||
|
height: 430px;
|
||||||
margin: 5em auto;
|
margin: 5em auto;
|
||||||
padding: 1.5em;
|
padding: 45px 50px 0;
|
||||||
width: 25em;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login #login_error {
|
#login #login_error {
|
||||||
background: #c00;
|
background: #0e3350;
|
||||||
border: 1px solid #a40000;
|
border: 1px solid #2571ab;
|
||||||
color: #fff;
|
color: #ebcd4e;
|
||||||
font-size: 16px;
|
font-size: 11px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: .5em;
|
padding: .6em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login #send {
|
||||||
|
color: #fff;
|
||||||
|
text-align: left;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
#login h1 {
|
#login h1 {
|
||||||
background: url(images/wordpress-logo.png) no-repeat top left;
|
margin: 0 auto;
|
||||||
margin-top: 0;
|
padding-bottom: 10px;
|
||||||
|
left: 137px;
|
||||||
|
height: 75px;
|
||||||
|
width: 75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login h1 a {
|
#login h1 a {
|
||||||
display: block;
|
display: block;
|
||||||
text-indent: -1000px;
|
text-indent: -1000px;
|
||||||
height: 66px;
|
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login input {
|
#login input {
|
||||||
padding: 3px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login ul {
|
#login ul {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 80px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0 auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login ul:after {
|
||||||
|
content: ".";
|
||||||
|
display: block;
|
||||||
|
height: 0;
|
||||||
|
clear: both;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
#login ul li {
|
#login ul li {
|
||||||
display: inline;
|
float: left;
|
||||||
margin-left: 1.4em;
|
font-size: 11px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login #log, #pwd {
|
#login ul li a {
|
||||||
font-size: 1.7em;
|
display: block;
|
||||||
width: 80%;
|
color: #84c4f0;
|
||||||
|
border: none;
|
||||||
|
padding: 4px 1px 5px;
|
||||||
|
width: 123px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login ul li a:hover {
|
||||||
|
background: #0e3350;
|
||||||
|
border: 1px solid #2571ab;
|
||||||
|
padding: 3px 0 4px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login #log, #pwd, #user_login, #email {
|
||||||
|
font-size: 1.2em;
|
||||||
|
margin-top: 3px;
|
||||||
|
width: 97%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login p label {
|
||||||
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login #submit {
|
#login #submit {
|
||||||
font-size: 1.7em;
|
margin: 0;
|
||||||
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#postcustom .updatemeta, #postcustom .deletemeta {
|
#postcustom .updatemeta, #postcustom .deletemeta {
|
||||||
|
|
Loading…
Reference in New Issue