mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
Merge pull request #1334 from mluto/load-more-chat-messages
Load more than 100 chat messages using a 'load more'-link
This commit is contained in:
commit
33e0ec2097
10 changed files with 256 additions and 57 deletions
|
@ -488,6 +488,22 @@ table#otheruserstable {
|
|||
-ms-overflow-x: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.chatloadmessages
|
||||
{
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
}
|
||||
#chatloadmessagesbutton
|
||||
{
|
||||
line-height: 1.8em;
|
||||
}
|
||||
#chatloadmessagesball
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
#chatinputbox {
|
||||
padding: 3px 2px;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue