#601972 by sivaji: Fixed status messages not styled when displayed inline.
parent
fcaf2e8016
commit
001b22269b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue