SAAS-178: Demo instance should prevent changing of admin password

- Error msg is returned when try to update admin account
This commit is contained in:
James 2012-01-25 14:12:19 -05:00
parent 438340ff9a
commit 2027db3609
2 changed files with 15 additions and 1 deletions

View file

@ -1338,6 +1338,15 @@ div.success{
border:1px solid #488214;
}
div.errors{
color:#902d2d;
font-size:11px;
padding:2px 4px;
background:#c6b4b4;
margin-bottom:2px;
border:1px solid #c83f3f;
}
.collapsible-header, .collapsible-header-disabled {
border: 1px solid #8f8f8f;
background-color: #cccccc;