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 // build a new postform
document.dynreply = new DynReply(); document.dynreply = new DynReply();
} }
e.style.position = "fixed";
e.setAttribute("class", "shadow");
} }
return document.dynreply; return document.dynreply;
} }

View File

@ -28,9 +28,10 @@ section {
#postform_container { #postform_container {
background-color: #EEF2FF; background-color: #EEF2FF;
}
.shadow {
box-shadow: 0 0 10px rgba(0,0,0,0.55); box-shadow: 0 0 10px rgba(0,0,0,0.55);
position: fixed;
top: 25px;
} }
.hover > div > .post , .notfound-hover { .hover > div > .post , .notfound-hover {