Added message notifications

This commit is contained in:
2010-03-16 23:13:11 +00:00
parent 17dac0ed83
commit 0068099e2a
3 changed files with 34 additions and 5 deletions

View File

@@ -74,6 +74,22 @@ body
height: 1%;
}
#content #messagelist
{
width: 760px;
border: 1px solid #efefef;
background: #ffc;
list-style-type: none;
margin: 0px;
padding: 0px 0px 5px;
}
#content #messagelist li
{
margin: 0px;
padding-left: 5px;
padding-top: 2px;
}
table
{text-align: center;
font-weight: normal;