Merge pull request #1131 from nextcloud/add-padding

Adds padding and max-width to the input for the sign up page. (#25959)
This commit is contained in:
Joas Schilling 2016-08-29 15:46:59 +02:00 committed by GitHub
commit 1bcb5cc6dc
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;