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;
}

View File

@@ -21,7 +21,7 @@ p { margin: 0px 0px 20px 0px; line-height: 18px;}
ul { margin: 5px 0px 15px 0px; padding: 0px;}
li { margin-left: 20px;}
.notice {
div.notice {
margin: 0 0 15px;
padding: 0 10px;
background: #fffbcc;
@@ -30,7 +30,7 @@ li { margin-left: 20px;}
color: #222;
}
.success {
div.success {
margin: 0 0 15px;
padding: 0 10px;
background: #d1ecb8;
@@ -39,7 +39,7 @@ li { margin-left: 20px;}
color: #222;
}
.error {
div.error {
margin: 0 0 15px;
padding: 0 10px;
background: #ffebe8;