mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
slight ui fix
This commit is contained in:
parent
17f6a225c1
commit
f5dcc374ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue