User Create/Edit: More advanced password match/mismatch notifications.

This commit is contained in:
Nate Jones
2014-07-07 19:04:28 +00:00
parent 38241060e7
commit f19755d481
3 changed files with 54 additions and 15 deletions
+8 -1
View File
@@ -204,13 +204,20 @@ select.formfld {
padding: 4px;
}
.formfld_highlight {
.formfld_highlight_bad {
border-color: #aa2525;
-webkit-box-shadow: 0px 0px 3px #aa2525 inset;
-moz-box-shadow: 0px 0px 3px #aa2525 inset;
box-shadow: 0px 0px 3px #aa2525 inset;
}
.formfld_highlight_good {
border-color: #2fb22f;
-webkit-box-shadow: 0px 0px 3px #2fb22f inset;
-moz-box-shadow: 0px 0px 3px #2fb22f inset;
box-shadow: 0px 0px 3px #2fb22f inset;
}
input.txt {
width: 98.75%;
}