mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Adds padding and max-width to the input for the sign up page. (#25959)
This commit is contained in:
parent
3647fbe7cd
commit
cdd9b6a694
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