1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

[passwd strength] improved passwd tip & strength display, removed 'show passwd', fixed bugs

This commit is contained in:
llj
2014-07-18 19:58:29 +08:00
committed by imwhatiam
parent 8988702ada
commit c8cf757191
2 changed files with 55 additions and 83 deletions

View File

@@ -3144,3 +3144,19 @@ textarea:-moz-placeholder {/* for FF */
#notices-table a {
font-weight:normal;
}
/* pwd strength */
#pwd_strength {
margin:-15px 0 20px;
}
#pwd_strength span {
display:inline-block;
width:70px;
height:16px;
border:1px solid #fff;
background:#e4e4e4;
color:#cecece;
text-align:center;
vertical-align:middle;
line-height:16px;
}