Login form is centered.

git-svn-id: https://develop.svn.wordpress.org/trunk@121 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-06-01 05:16:26 +00:00
parent 79e9cff5ed
commit 88b7429938
1 changed files with 14 additions and 0 deletions

View File

@ -114,6 +114,20 @@ textarea, input, select {
padding: 40px 5px 5px 5px;
text-align: right;
width: 210px;
height: 170px;
position: absolute;
left: 50%;
top: 45%;
margin-left: -105px; /* half of width and height */
margin-top: -85px;
}
#login textarea, #login input, #login select {
background-color: #f0f0f0;
border-width: 1px;
border-color: #cccccc;
border-style: solid;
padding: 2px;
margin: 1px;
}
#wphead {