]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/view_forum.js
Forum message editor classes
[citadel.git] / webcit-ng / static / js / view_forum.js
index aac2d5a2ba2a7b407500190a67d5b38d2567fbda..f836824c06d537f117f8b7cfce1f921bef43af07 100644 (file)
@@ -330,7 +330,7 @@ function open_reply_box(parent_div, is_quoted, references, msgid) {
        + "<span id=\"ctdl-replyreferences\" style=\"display:none\">"   // hidden field for references
        + compose_references(references,msgid) + "</span>"
                                                                        // begin body
-       + "<div class=\"ctdl-msg-body\" id=\"ctdl-editor-body\" style=\"padding:5px;\" contenteditable=\"true\">"
+       + "<div class=\"ctdl-msg-body ctdl-forum-editor-body\" id=\"ctdl-editor-body\" contenteditable=\"true\">"
        + "\n";                                                         // empty initial content
 
        if (is_quoted) {