slight ui fix
parent
17f6a225c1
commit
f5dcc374ba
|
@ -181,7 +181,7 @@ var padeditbar = (function()
|
||||||
},
|
},
|
||||||
redrawHeight: function(){
|
redrawHeight: function(){
|
||||||
var editbarHeight = $('.menu_left').height() + 2 + "px";
|
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);
|
$('#editbar').css("height", editbarHeight);
|
||||||
$('#editorcontainer').css("top", containerTop);
|
$('#editorcontainer').css("top", containerTop);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue