Adds padding and max-width to the input for the sign up page. (#25959)

This commit is contained in:
Raghu Nayyar 2016-08-29 09:26:39 +02:00 committed by Lukas Reschke
parent 3647fbe7cd
commit cdd9b6a694
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 2 additions and 1 deletions

View File

@ -301,7 +301,8 @@ body {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
opacity: .7;
}
#body-login input[type="password"] {
#body-login input[type="password"],
#body-login input[name="adminpass-clone"] {
padding-right: 40px;
box-sizing: border-box;
min-width: 269px;