Creation d'user OK (Validator+Persistence), bug sur la modification par contre

This commit is contained in:
Nicolas Michard
2008-02-04 23:59:42 +00:00
parent fe1e22f16d
commit dd9e8ec9a7
6 changed files with 63 additions and 27 deletions

View File

@@ -21,8 +21,13 @@ body {
position: relative;
}
.errorMessage {
color:red;
.login_error {
color: #ff0000;
font-size: 10px;
}
.formError{
color: #ff0000;
font-size: 10px;
}