this looks way better
This commit is contained in:
parent
0685e563ed
commit
d13b6162f0
|
@ -182,6 +182,9 @@ li[data-key=showusers] > a #online_count {
|
|||
top: 2px;
|
||||
padding-left: 2px;
|
||||
}
|
||||
#editbar{
|
||||
display:none;
|
||||
}
|
||||
#editorcontainer {
|
||||
position: absolute;
|
||||
top: 37px; /* + 1px border */
|
||||
|
|
|
@ -154,6 +154,8 @@ var padeditbar = (function()
|
|||
});
|
||||
});
|
||||
|
||||
$('#editbar').show();
|
||||
|
||||
this.redrawHeight();
|
||||
|
||||
registerDefaultCommands(self);
|
||||
|
|
Loading…
Reference in New Issue