diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-29 15:46:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 15:46:59 +0200 |
commit | 1bcb5cc6dca36f2db38b4a14b7040f1c4845c42a (patch) | |
tree | 0fa0a1c11022d36f8c5c31e4a83a979ff1eaecd5 | |
parent | fd0fc3c7a4afdaccce93bdf1e007aa87287a2a94 (diff) | |
parent | cdd9b6a6940d194da46ac4af9c5d6e8ef74f0f2c (diff) | |
download | nextcloud-server-1bcb5cc6dca36f2db38b4a14b7040f1c4845c42a.tar.gz nextcloud-server-1bcb5cc6dca36f2db38b4a14b7040f1c4845c42a.zip |
Merge pull request #1131 from nextcloud/add-padding
Adds padding and max-width to the input for the sign up page. (#25959)
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index c2b883e4a36..25bc2d086d5 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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; |