Archived
1
0

style changes

This commit is contained in:
Jeff
2016-05-04 13:10:46 -04:00
parent dec1a3e78d
commit 272fe26b26
2 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ function getReplyTo() {
// build a new postform
document.dynreply = new DynReply();
}
e.style.position = "fixed";
e.setAttribute("class", "shadow");
}
return document.dynreply;
}