Fix style for form errors and global messages

This commit is contained in:
Eike Foken
2011-08-10 20:19:13 +02:00
parent b66d65cc5b
commit 2c10799aa3
2 changed files with 5 additions and 5 deletions

View File

@@ -55,11 +55,11 @@ input.medium { width: 45%;}
input.long { width:70%;}
input.max { width: 95%;}
.success {
p.success {
color: #008000;
}
.error, .req {
p.error, p.req {
color: #d8122d;
font-weight: normal;
}