Fix style for form errors and global messages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user