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:
parent
0524b246a4
commit
ceedd5d087
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user