Accomodate lareger password field. http://wordpress.org/support/4/391

git-svn-id: https://develop.svn.wordpress.org/trunk@287 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-08-03 00:22:48 +00:00
parent 0524b246a4
commit ceedd5d087
1 changed files with 2 additions and 2 deletions

View File

@ -157,13 +157,13 @@ textarea, input, select {
color: #333; color: #333;
height: 170px; height: 170px;
left: 50%; left: 50%;
margin-left: -105px; /* half of width and height */ margin-left: -120px; /* half of width and height */
margin-top: -85px; margin-top: -85px;
padding: 40px 5px 5px 5px; padding: 40px 5px 5px 5px;
position: absolute; position: absolute;
text-align: right; text-align: right;
top: 45%; top: 45%;
width: 210px; width: 240px;
} }
#login textarea, #login input, #login select { #login textarea, #login input, #login select {