Archived
1
0

update position of post reply box

This commit is contained in:
Jeff Becker
2016-04-30 12:58:24 -04:00
parent 048300d6e4
commit dabbf4d143
2 changed files with 4 additions and 1 deletions

View File

@@ -140,6 +140,9 @@ DynReply.prototype.show = function() {
console.log("show dynreply");
this.update();
this.elem.style.display = 'inline';
this.elem.style.position = "absolute";
this.elem.style.right = "0px";
this.elem.style.top = "25px";
}
DynReply.prototype.updateCaptcha = function() {