Skip to content

Commit

Permalink
Add password help text to login form
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Jan 2, 2025
1 parent 8d01464 commit 9afbe1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,15 @@ ul#user-ranking li.user.d-slacker .user_avatar .rank {
float: right;
}

.user-form .content .help {
margin: 15px 0;
}

.user-form .content .help a {
color: #4FB1D7;
text-decoration: underline;
}

.user-modal .header {
position: relative;
}
Expand Down
Loading

0 comments on commit 9afbe1b

Please sign in to comment.