more styling stuff

This commit is contained in:
John McLear 2015-02-09 18:01:45 +00:00
parent 4af46921e1
commit 8c6507e78c
3 changed files with 3 additions and 6 deletions

View file

@ -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");
}
},