mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
css: minor improvements
This commit is contained in:
parent
a5164dad43
commit
51b857ad1a
15 changed files with 73 additions and 40 deletions
|
@ -207,6 +207,7 @@ var paduserlist = (function()
|
|||
tr = $(getRowHtml(domId, getEmptyRowHtml(getAnimationHeight(ANIMATION_START)), authorId));
|
||||
}
|
||||
handleRowNode(tr, data);
|
||||
$("table#otheruserstable").show();
|
||||
if (position == 0)
|
||||
{
|
||||
$("table#otheruserstable").prepend(tr);
|
||||
|
@ -263,6 +264,9 @@ var paduserlist = (function()
|
|||
scheduleAnimation();
|
||||
}
|
||||
}
|
||||
if (rowsPresent.length === 0) {
|
||||
$("table#otheruserstable").hide();
|
||||
}
|
||||
}
|
||||
|
||||
// newPosition is position after the row has been removed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue