From: Art Cancro Date: Thu, 26 Jan 2023 22:45:56 +0000 (-0500) Subject: Forum message editor classes X-Git-Tag: v973~37 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=9763bde20157cfc81d28ac468dba15611b400fb1;p=citadel.git Forum message editor classes These weren't set properly. Still working. Also having problems testing because I'm on a slow connection. Will revisit later. --- diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 4867b682e..0a04c1c16 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -240,7 +240,6 @@ html,body,h1,h2,h3,h4,h5 { cursor: default; } - .ctdl-avatar { width: 32px; } @@ -292,6 +291,16 @@ html,body,h1,h2,h3,h4,h5 { text-decoration: none; } +.ctdl-msg-body { +} + +.ctdl-forum-editor-body { + padding-left: 5px; + padding-right: 5px; + padding-top: 1px black; + padding-bottom: 1px black; +} + blockquote { background-color: #f5f5f5 !important; color: Navy !important; diff --git a/webcit-ng/static/js/view_forum.js b/webcit-ng/static/js/view_forum.js index aac2d5a2b..f836824c0 100644 --- a/webcit-ng/static/js/view_forum.js +++ b/webcit-ng/static/js/view_forum.js @@ -330,7 +330,7 @@ function open_reply_box(parent_div, is_quoted, references, msgid) { + "" // hidden field for references + compose_references(references,msgid) + "" // begin body - + "
" + + "
" + "\n"; // empty initial content if (is_quoted) {