685ae358599d95a5b3c82c05a23d9ba779321e55
[myslice.git] / plugins / messages / messages.css
1 div.messages-buttons { padding: 0px 20px 8px 50px; }
2 div.messages-buttons>input {
3     padding: 10px;
4 }
5
6 ul.messages {
7 /*    background-color: #d0f0d0; */
8     list-style-type: none;
9 }
10 /* someone please feel free to pick a better set of colors */
11 li.fatal { background-color: CornflowerBlue;}
12 li.error { background-color: Coral; }
13 li.warning { background-color: Gold; }
14 li.info { background-color: LightGreen; }
15 li.debug { background-color: Azure; } 
16
17 span.messages-date { 
18     font-size: 75%;
19     padding: 0px 1em 0px 2em;
20 }
21
22 span.messages-level {
23     float: left;
24     width: 40px;
25     font-size: 90%;
26 }
27