From f3d22dba45391ab591b38159a52cfa7cb803a03c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 31 Mar 2022 14:54:42 +0200 Subject: [PATCH] stub for attachment upload form --- themes/default.css | 4 +++- themes/default.sh | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/themes/default.css b/themes/default.css index 0c5dffb..b5d34f6 100644 --- a/themes/default.css +++ b/themes/default.css @@ -50,7 +50,9 @@ main .pagemenu li { } main .pagemenu li a { color: #FFF; } -main article { +main article, +[id$="/[attachment]/"] main form.upload, +[id$="/[attachment]/"] main .attachment.list { margin: 1em; padding: .125em 1em 1em 1em; box-shadow: .25em .25em .75em; diff --git a/themes/default.sh b/themes/default.sh index 6fa6ba1..1830e26 100755 --- a/themes/default.sh +++ b/themes/default.sh @@ -86,6 +86,11 @@ theme_attachments(){ $(theme_header)
+
+ + +
+