do the chat resize without hiding the pad text

This commit is contained in:
Peter 'Pita' Martischka 2011-08-10 18:18:50 +01:00
parent d812557445
commit 13c10013b9
3 changed files with 18 additions and 2 deletions

View file

@ -15,11 +15,11 @@ var chat = (function()
handles: 'nw',
start: function (event, ui)
{
$("#editorcontainer").hide();
$("#focusprotector").show();
},
stop: function (event, ui)
{
$("#editorcontainer").show();
$("#focusprotector").hide();
$("#chatbox").css({right: "20px", bottom: "0px", left: "", top: ""});