aboutsummaryrefslogtreecommitdiff
path: root/static/bottom.html
diff options
context:
space:
mode:
authorKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-10-11 13:15:11 -0300
committerFChannel <>2022-06-19 12:53:29 -0700
commit7835f24687abaa1e5254c5c78d985d4bb78abcfc (patch)
treea3e5f01a433284f4096b66fbe4bf4e6fe1523ff8 /static/bottom.html
parent29adc517ab528880fd249e85bb67a8a79ebfb815 (diff)
couple of style changes + reply at footer is back
Diffstat (limited to 'static/bottom.html')
-rw-r--r--static/bottom.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/static/bottom.html b/static/bottom.html
index ab8d88d..d48db20 100644
--- a/static/bottom.html
+++ b/static/bottom.html
@@ -1,10 +1,13 @@
{{ define "bottom" }}
<div id="reply-box" class="popup-box" style="display: none;">
- <div id="reply-header" style="display: inline-block; z-index: 0; cursor: move;"></div><div id="reply-close" style="display: inline-block; float: right;"><a href="javascript:closeReply()">[X]</a></div>
+ <div id="reply-header">
+ <span id="reply-header-text">...</span>
+ <div id="reply-close" style="display: inline-block; float: right;"><a href="javascript:closeReply()">[X]</a></div>
+ </div>
<form onsubmit="sessionStorage.setItem('element-closed-reply', true)" id="reply-post" action="/post" method="post" enctype="multipart/form-data">
- <input id="reply-name" name="name" size="43" type="text" placeholder="Name" maxlength="100">
- <input id="reply-options" name="options" size="43" type="text" placeholder="Options" maxlength="100">
- <textarea id="reply-comment" name="comment" rows="12" cols="54" style="width: 396px;" maxlength="2000" oninput="sessionStorage.setItem('element-reply-comment', document.getElementById('reply-comment').value)"></textarea>
+ <input id="reply-name" name="name" type="text" placeholder="Name" maxlength="100">
+ <input id="reply-options" name="options" type="text" placeholder="Options" maxlength="100">
+ <textarea id="reply-comment" name="comment" maxlength="2000" oninput="sessionStorage.setItem('element-reply-comment', document.getElementById('reply-comment').value)"></textarea>
<input id="reply-file" name="file" type="file">
<input id="reply-submit" type="submit" value="Reply" style="float: right;">
<input type="hidden" id="inReplyTo-box" name="inReplyTo" value="{{ .Board.InReplyTo }}">