diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-10-12 17:33:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 17:33:34 +0200 |
commit | 6fde154eec5c9b0b00b8a6cd3e5172c63ff70ba7 (patch) | |
tree | 982394e1db8bd7d36dee2f535b1d202f95828fd4 /core | |
parent | d51da5714b20544673aec6be3ff7fec1f67cb20b (diff) | |
parent | 0e77a9aee177a8fb3561e61ba0b36f10db25d2a3 (diff) | |
download | nextcloud-server-6fde154eec5c9b0b00b8a6cd3e5172c63ff70ba7.tar.gz nextcloud-server-6fde154eec5c9b0b00b8a6cd3e5172c63ff70ba7.zip |
Merge pull request #23284 from st3iny/fix/noid/adminpass-strengthify-margin
Fix adminpass strengthify margin
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; |