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