From: Art Cancro Date: Mon, 17 Oct 2022 23:32:42 +0000 (-0400) Subject: Indent blockquotes by 1em X-Git-Tag: v959~24 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=b914876f051fbed2f84b17c86843d072539f4769;p=citadel.git Indent blockquotes by 1em --- diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 34e565569..b0e4461b9 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -298,6 +298,7 @@ blockquote { color: Navy !important; margin-bottom: 0px; padding-bottom: 0px; + margin-left: 1em; } blockquote blockquote { diff --git a/webcit-ng/static/js/view_mail.js b/webcit-ng/static/js/view_mail.js index eaf44b5f5..e7809a630 100644 --- a/webcit-ng/static/js/view_mail.js +++ b/webcit-ng/static/js/view_mail.js @@ -247,9 +247,9 @@ function mail_compose(is_quoted, references, msgid) { // The button bar is a Grid element, and is also a Flexbox container. + "
" - + " " + _("Send message") + "" + + " " + _("Send message") + "" + "" + _("Save to Drafts") + "" - + "" + _("Attachments:") + "" + + "" + _("Attachments:") + " 0" + "" + "" + _("Contacts") + "" + " " + _("Cancel") + "" + "
"