From: Art Cancro Date: Sat, 30 Sep 2023 04:47:08 +0000 (-0400) Subject: upload.js: moved these functions into own file. X-Git-Tag: v997~134 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=8858ddf43c9c285a6afed91e2fc89804893009b2;p=citadel.git upload.js: moved these functions into own file. Good clean separation of functions. This should allow us to handle uploads in lots of different places in the system. --- diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 359b79013..503cf67d5 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -651,7 +651,7 @@ blockquote pre { } .ctdl-upload.highlight { - border-color: purple; + border-color: Blue; } .ctdl-compose-attachments-title { @@ -665,7 +665,8 @@ blockquote pre { align-content: start } -.my-form { +.ctdl-upload-form { + text-align: center; margin-bottom: 10px; } diff --git a/webcit-ng/static/index.html b/webcit-ng/static/index.html index b6f270668..9fa702b25 100644 --- a/webcit-ng/static/index.html +++ b/webcit-ng/static/index.html @@ -75,6 +75,7 @@ +