mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
cleaner reflow
This commit is contained in:
parent
9170effb27
commit
96d6e7c1b7
1 changed files with 4 additions and 3 deletions
|
@ -379,9 +379,10 @@ function handshake()
|
||||||
}
|
}
|
||||||
|
|
||||||
var redrawEditbar = function(){
|
var redrawEditbar = function(){
|
||||||
var height = $('.menu_left').height() + 4 + "px";
|
var editbarHeight = $('.menu_left').height() + 2 + "px";
|
||||||
$('#editbar').css("height", height);
|
var containerTop = $('.menu_left').height() + 5 + "px";
|
||||||
$('#editorcontainer').css("top", height);
|
$('#editbar').css("height", editbarHeight);
|
||||||
|
$('#editorcontainer').css("top", containerTop);
|
||||||
}
|
}
|
||||||
|
|
||||||
$.extend($.gritter.options, {
|
$.extend($.gritter.options, {
|
||||||
|
|
Loading…
Reference in a new issue