#88 29c3 design success notice

This commit is contained in:
Philip Häusler 2012-12-10 10:11:17 +01:00
parent e0b4562de6
commit 572a986e48
2 changed files with 8 additions and 8 deletions

View File

@ -214,13 +214,6 @@ tr:hover .hidden {
border-color: #090;
}
.notice {
background: #f0f0f0;
border: 2px solid #888;
margin: 10px;
padding: 10px;
}
.new_message {
font-weight: bold;
}

View File

@ -40,8 +40,15 @@ tr:hover > td {
}
.error {
background: #fff;
background: #fff;
border-color: #ed1a3b;
color: #ed1a3b;
font-weight: bold;
}
.success {
background: #fff;
border-color: rgb(0, 178, 107);
color: rgb(0, 178, 107);
font-weight: bold;
}