Ticket #47153: 47153.7.diff
File 47153.7.diff, 771 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/css/login.css
83 83 box-shadow: none; 84 84 font-size: 14px; 85 85 line-height: 2; 86 height: auto; 86 width: 2.5rem; 87 height: 2.5rem; 87 88 margin: 0; 88 89 padding: 5px 9px; 89 90 position: absolute; … … 273 274 .login input[type="text"], 274 275 .login input[type="password"] { 275 276 font-size: 24px; 277 line-height: 1.16666666; 276 278 width: 100%; 277 279 padding: 5px; 278 280 margin: 3px 6px 16px 0; 281 max-height: none; 279 282 } 280 283 281 284 .js.login input.password-input, 282 285 .js.login-action-rp form .input, 283 286 .js.login-action-rp input[type="text"] { 284 padding-right: 45px;287 padding-right: 2.5rem; 285 288 } 286 289 287 290 .login form .input,