minor ui polish

This commit is contained in:
John McLear 2014-11-29 00:54:06 +00:00
parent ee585f0457
commit ed96c13a1f
1 changed files with 2 additions and 2 deletions

View File

@ -180,8 +180,8 @@ var padeditbar = (function()
return this;
},
redrawHeight: function(){
var editbarHeight = $('.menu_left').height() + 2 + "px";
var containerTop = $('.menu_left').height() + 7 + "px";
var editbarHeight = $('.menu_left').height() + 1 + "px";
var containerTop = $('.menu_left').height() + 6 + "px";
$('#editbar').css("height", editbarHeight);
$('#editorcontainer').css("top", containerTop);