Corrected notifications display

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-09-20 17:00:37 -07:00
parent 90d214db1a
commit 55adba610c
5 changed files with 11 additions and 11 deletions

View File

@@ -356,21 +356,21 @@ form.link button:hover {
margin:10px 0 4px 0;
padding:4px;
}
div.message {
messages div.message {
clear:both;
}
span.message {
display:block;
margin:4px 0 4px 4px;
}
.message a {
.messages a {
font-weight:bold;
}
.confirmation.message {
.message-Confirmation {
background:#D1F2A5; /* green */
border:1px solid #BCD994;
}
.warning.message {
.message-Warning {
background:#fdf5bc; /* yellow */
border:1px solid #ffea9b;
}
@@ -383,7 +383,7 @@ span.message {
background:#e68585; /* red */
color:#fff;
}
.info.message {
.message-Information {
background:#e6f1c9; /* green */
border:1px solid #cfe493;
color:#062232;