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:
parent
52622808bd
commit
5d3fa3d162
|
@ -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