CC-2051: Unable to change user password

-Password is changeable, and success message appears whenever a user is added/updated.
This commit is contained in:
martin 2011-03-24 22:29:14 -04:00
parent d71bfbe191
commit 343fb593ee
5 changed files with 23 additions and 3 deletions

View file

@ -1219,6 +1219,16 @@ ul.errors li {
margin-bottom:2px;
border:1px solid #c83f3f;
}
div.success{
color:#3B5323;
font-size:11px;
padding:2px 4px;
background:#93DB70;
margin-bottom:2px;
border:1px solid #488214;
}
.collapsible-header {
border: 1px solid #8f8f8f;
background-color: #cccccc;