diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2020-10-08 13:58:54 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2020-10-12 15:43:30 +0000 |
commit | 3cc29f1ee4fbe6232cb5908da1aad99425e17590 (patch) | |
tree | 55a982d3e7dbb0ef52685bf0a21d3f58a8a37407 /core | |
parent | 5387696f875cdb9177711460c28b059e11a38aee (diff) | |
download | nextcloud-server-3cc29f1ee4fbe6232cb5908da1aad99425e17590.tar.gz nextcloud-server-3cc29f1ee4fbe6232cb5908da1aad99425e17590.zip |
Fix adminpass strengthify margin
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/guest.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 03fa08955ac..64764e17e1c 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -394,7 +394,6 @@ input[type='checkbox'].checkbox--white:checked + label:before { .strengthify-wrapper { display: inline-block; position: relative; - left: 5px; top: -20px; width: 269px; border-radius: 0 0 3px 3px; |