Skip to content

Commit 2d16031

Browse files
authored
Add margin-top to password reset content
When a user receives the password reset link and tries to set their password, the tooltip containing the complexity requirements is partially hidden. It is due to the margin of .dnnPasswordResetContent
1 parent 0a2e1cf commit 2d16031

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DNN Platform/Website/admin/Security/module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
.dnnPasswordResetContent input[type=text]{width:45%;}
66
.dnnPasswordResetContent ul.dnnActions{margin:0;border:none;padding:0;}
7-
.dnnPasswordResetContent{width:550px;}
8-
.dnnPasswordResetContent .confirm-password-tooltip{ left: 3% !important; }
7+
.dnnPasswordResetContent{width:550px;margin-top: 60px;}
8+
.dnnPasswordResetContent .confirm-password-tooltip{ left: 3% !important; }

0 commit comments

Comments
 (0)