style changes
This commit is contained in:
parent
dec1a3e78d
commit
272fe26b26
@ -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;
|
||||
}
|
||||
|
@ -28,9 +28,10 @@ section {
|
||||
|
||||
#postform_container {
|
||||
background-color: #EEF2FF;
|
||||
}
|
||||
|
||||
.shadow {
|
||||
box-shadow: 0 0 10px rgba(0,0,0,0.55);
|
||||
position: fixed;
|
||||
top: 25px;
|
||||
}
|
||||
|
||||
.hover > div > .post , .notfound-hover {
|
||||
|
Reference in New Issue
Block a user