Indent blockquotes by 1em
authorArt Cancro <ajc@citadel.org>
Mon, 17 Oct 2022 23:32:42 +0000 (19:32 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 17 Oct 2022 23:32:42 +0000 (19:32 -0400)
webcit-ng/static/css/webcit.css
webcit-ng/static/js/view_mail.js

index 34e565569f0b65da162efcc41357cade77699bc5..b0e4461b91087b540997188a5d4c073387c3dca3 100644 (file)
@@ -298,6 +298,7 @@ blockquote {
        color: Navy !important;
        margin-bottom: 0px;
        padding-bottom: 0px;
+       margin-left: 1em;
 }
 
 blockquote blockquote {
index eaf44b5f53babb3fcb8f7332f1ae06dcc1412190..e7809a630b7e8dde227b415b494d6943398d3b71 100644 (file)
@@ -247,9 +247,9 @@ function mail_compose(is_quoted, references, msgid) {
 
                // The button bar is a Grid element, and is also a Flexbox container.
                + "<div class=\"ctdl-compose-toolbar\">"
-               + "<span class=\"ctdl-msg-button\"><i class=\"fa fa-check\" style=\"color:green\"> </i>" + _("Send message") + "</span>"
+               + "<span class=\"ctdl-msg-button\"><i class=\"fa fa-check\" style=\"color:green\"></i> " + _("Send message") + "</span>"
                + "<span class=\"ctdl-msg-button\">" + _("Save to Drafts") + "</span>"
-               + "<span class=\"ctdl-msg-button\">" + _("Attachments:") + "</span>"
+               + "<span class=\"ctdl-msg-button\">" + _("Attachments:") + " 0" + "</span>"
                + "<span class=\"ctdl-msg-button\">" + _("Contacts") + "</span>"
                + "<span class=\"ctdl-msg-button\"><i class=\"fa fa-trash\" style=\"color:red\"></i> " + _("Cancel") + "</span>"
                + "</div>"