From e37895553ac379de78e9cf29b315afe4e6634c13 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Wed, 9 Aug 2023 09:21:36 +1000 Subject: Added the ability to delete media items --- Pages/ViewMedia.cshtml | 11 +++++++---- Pages/ViewMedia.cshtml.css | 5 +++++ 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'Pages') diff --git a/Pages/ViewMedia.cshtml b/Pages/ViewMedia.cshtml index 967759b..0f433df 100644 --- a/Pages/ViewMedia.cshtml +++ b/Pages/ViewMedia.cshtml @@ -44,8 +44,8 @@
@*
@@ -54,7 +54,7 @@
*@ -
+

Upload history


@@ -75,8 +75,11 @@ }
+
+ +
-
+
diff --git a/Pages/ViewMedia.cshtml.css b/Pages/ViewMedia.cshtml.css index a272dbb..b173266 100644 --- a/Pages/ViewMedia.cshtml.css +++ b/Pages/ViewMedia.cshtml.css @@ -46,4 +46,9 @@ div#metadata-fileinfo > table th { div#metadata-fileinfo > table td { font-family: 'Lucida Console'; font-size: 8pt; +} + +div.button-container { + display: flex; + justify-content: flex-end; } \ No newline at end of file -- cgit v1.3
Tag Name