mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Login screen updates from bryanveloso. fixes #3021
git-svn-id: http://svn.automattic.com/wordpress/trunk@4081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7d69993f39
commit
0ead59849c
BIN
wp-admin/images/login-bkg-bottom.gif
Normal file
BIN
wp-admin/images/login-bkg-bottom.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 704 B |
BIN
wp-admin/images/login-bkg-tile.gif
Normal file
BIN
wp-admin/images/login-bkg-tile.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
@ -558,12 +558,12 @@ table .vers {
|
|||||||
|
|
||||||
#login {
|
#login {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: url('images/login_background.png') no-repeat top center #fff;
|
background: url('images/login-bkg-tile.gif') no-repeat top center #fbfbfb;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: 430px;
|
/* height: 430px; */
|
||||||
margin: 5em auto;
|
margin: 5em auto;
|
||||||
padding: 45px 50px 0;
|
padding: 45px 50px 0;
|
||||||
width: 250px;
|
width: 325px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login #login_error {
|
#login #login_error {
|
||||||
@ -593,7 +593,7 @@ table .vers {
|
|||||||
|
|
||||||
#login h1 a {
|
#login h1 a {
|
||||||
display: block;
|
display: block;
|
||||||
text-indent: -1000px;
|
text-indent: -9999px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -602,11 +602,10 @@ table .vers {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#login ul {
|
#login ul {
|
||||||
position: absolute;
|
background: url('images/login-bkg-bottom.gif') no-repeat bottom center;
|
||||||
bottom: 80px;
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0 auto;
|
margin: 0 -50px;
|
||||||
padding: 0;
|
padding: 0 50px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login ul:after {
|
#login ul:after {
|
||||||
@ -620,6 +619,7 @@ table .vers {
|
|||||||
#login ul li {
|
#login ul li {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
padding: 15px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -628,7 +628,7 @@ table .vers {
|
|||||||
color: #84c4f0;
|
color: #84c4f0;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 4px 1px 5px;
|
padding: 4px 1px 5px;
|
||||||
width: 123px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login ul li a:hover {
|
#login ul li a:hover {
|
||||||
@ -639,7 +639,7 @@ table .vers {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#login #log, #pwd, #user_login, #email {
|
#login #log, #pwd, #user_login, #email {
|
||||||
font-size: 1.2em;
|
font-size: 1.8em;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
width: 97%;
|
width: 97%;
|
||||||
}
|
}
|
||||||
@ -650,7 +650,7 @@ table .vers {
|
|||||||
|
|
||||||
#login #submit {
|
#login #submit {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1.1em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#postcustom .updatemeta, #postcustom .deletemeta {
|
#postcustom .updatemeta, #postcustom .deletemeta {
|
||||||
|
Loading…
Reference in New Issue
Block a user