#601972 by sivaji: Fixed status messages not styled when displayed inline.

merge-requests/26/head
Angie Byron 2009-10-18 04:35:30 +00:00
parent fcaf2e8016
commit 001b22269b
1 changed files with 5 additions and 5 deletions

View File

@ -111,9 +111,9 @@ legend {
}
/**
* Console.
* Messages.
*/
#console div.messages {
div.messages {
padding: 9px;
margin: 1em 0;
color: #036;
@ -121,19 +121,19 @@ legend {
border: 1px solid #ace;
}
#console div.warning {
div.warning {
color: #840;
background: #fe6;
border-color: #ed5;
}
#console div.error {
div.error {
color: #fff;
background: #e63;
border-color: #d52;
}
#console div.status {
div.status {
color: #360;
background: #cf8;
border-color: #be7;