mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
converted load-more-link to button, added loading-gif, fixed typo
This commit is contained in:
parent
825b258d99
commit
bc05f9eb0a
6 changed files with 34 additions and 12 deletions
|
@ -488,10 +488,21 @@ table#otheruserstable {
|
|||
-ms-overflow-x: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#chatloadmessages
|
||||
.chatloadmessages
|
||||
{
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue