1
0

Introducing .msg_dialogue.

This commit is contained in:
Matthias Mees
2012-12-05 14:37:28 +01:00
parent 51ca1d36f2
commit 01c871ff1a
3 changed files with 12 additions and 6 deletions

View File

@ -728,7 +728,7 @@ summary { cursor: pointer; }
/* Backend messages */
.msg_error, .msg_success,
.msg_notice {
.msg_notice, .msg_dialogue {
display: block;
margin: 1.5em 0;
padding: 10px;
@ -752,6 +752,12 @@ summary { cursor: pointer; }
color: #c09853;
}
.msg_dialogue {
background: #eee;
border: 1px solid #aaa;
color: #777;
}
/* Layout */
#top > div,
#main {