slight ui fix

This commit is contained in:
John McLear 2014-11-18 23:15:56 +00:00
parent 17f6a225c1
commit f5dcc374ba
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ var padeditbar = (function()
},
redrawHeight: function(){
var editbarHeight = $('.menu_left').height() + 2 + "px";
var containerTop = $('.menu_left').height() + 5 + "px";
var containerTop = $('.menu_left').height() + 7 + "px";
$('#editbar').css("height", editbarHeight);
$('#editorcontainer').css("top", containerTop);
},