mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
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:
commit
1bcb5cc6dc
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue