Added link to load more chat-messages using new GET_CHAT_MESSAGES

This commit is contained in:
mluto 2013-01-07 17:36:03 +01:00
parent 5592c4b0fe
commit 5f81daed0a
7 changed files with 37 additions and 7 deletions

View file

@ -488,6 +488,11 @@ table#otheruserstable {
-ms-overflow-x: hidden;
overflow-x: hidden;
}
#chatloadmessages
{
color: blue;
text-decoration: underline;
}
#chatinputbox {
padding: 3px 2px;
position: absolute;