#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; padding: 9px;
margin: 1em 0; margin: 1em 0;
color: #036; color: #036;
@ -121,19 +121,19 @@ legend {
border: 1px solid #ace; border: 1px solid #ace;
} }
#console div.warning { div.warning {
color: #840; color: #840;
background: #fe6; background: #fe6;
border-color: #ed5; border-color: #ed5;
} }
#console div.error { div.error {
color: #fff; color: #fff;
background: #e63; background: #e63;
border-color: #d52; border-color: #d52;
} }
#console div.status { div.status {
color: #360; color: #360;
background: #cf8; background: #cf8;
border-color: #be7; border-color: #be7;