minor ui polish

pull/2350/head
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; return this;
}, },
redrawHeight: function(){ redrawHeight: function(){
var editbarHeight = $('.menu_left').height() + 2 + "px"; var editbarHeight = $('.menu_left').height() + 1 + "px";
var containerTop = $('.menu_left').height() + 7 + "px"; var containerTop = $('.menu_left').height() + 6 + "px";
$('#editbar').css("height", editbarHeight); $('#editbar').css("height", editbarHeight);
$('#editorcontainer').css("top", containerTop); $('#editorcontainer').css("top", containerTop);