mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
more styling stuff
This commit is contained in:
parent
4af46921e1
commit
8c6507e78c
3 changed files with 3 additions and 6 deletions
|
@ -195,9 +195,6 @@ var padeditbar = (function()
|
|||
// If chat and Users is enabled..
|
||||
if($('#options-chatandusers').is(":checked")){
|
||||
$('#users').css("top", $('#editorcontainer').offset().top + "px");
|
||||
|
||||
// We also need to move the chatbox lower..
|
||||
$('#chatbox').css("top", 10 + $('#users').height() + $('#editorcontainer').offset().top + "px");
|
||||
}
|
||||
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue