From 272fe26b26017136e5266aeded6fa3f45bc0f0ba Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 4 May 2016 13:10:46 -0400 Subject: [PATCH] style changes --- contrib/js/reply.js | 2 ++ contrib/static/site.css | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/contrib/js/reply.js b/contrib/js/reply.js index fa4f04a..992d2b0 100644 --- a/contrib/js/reply.js +++ b/contrib/js/reply.js @@ -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; } diff --git a/contrib/static/site.css b/contrib/static/site.css index 4c23581..7f7c6f7 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -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 {