mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Added message notifications
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user