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

git-svn-id: http://svn.automattic.com/wordpress/trunk@287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-08-03 00:22:48 +00:00
parent 52622808bd
commit 5d3fa3d162
1 changed files with 2 additions and 2 deletions

View File

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