From 70cf9b99deb255df23407c4230e9c45cf5388932 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 8 Aug 2023 23:52:55 +1000 Subject: Cosmetic improvements to ViewMedia page --- Pages/ViewMedia.cshtml | 24 +++++++++++++++++------- Pages/ViewMedia.cshtml.css | 6 +++++- 2 files changed, 22 insertions(+), 8 deletions(-) (limited to 'Pages') diff --git a/Pages/ViewMedia.cshtml b/Pages/ViewMedia.cshtml index 078ac8f..967759b 100644 --- a/Pages/ViewMedia.cshtml +++ b/Pages/ViewMedia.cshtml @@ -44,8 +44,8 @@
@*
@@ -54,19 +54,21 @@
*@ -
- +
+

Upload history

+
+
- + @foreach(var file in Model.Media.UploadedFiles) { - - + + @@ -74,5 +76,13 @@ }
Created On Last Write Uploaded On FilenameChecksumOriginal Checksum
@file.CreateTime@file.LastWriteTime@(file.CreateTime?.ToString() ?? "N/A")@(file.LastWriteTime?.ToString() ?? "N/A") @file.UploadTime @file.Filename @file.OriginalChecksum
+
+ + + + +
Tag Name
+ +
\ No newline at end of file diff --git a/Pages/ViewMedia.cshtml.css b/Pages/ViewMedia.cshtml.css index b9c22ee..a272dbb 100644 --- a/Pages/ViewMedia.cshtml.css +++ b/Pages/ViewMedia.cshtml.css @@ -39,7 +39,11 @@ div#metadata-header > a:hover { background: rgba(255, 255, 255, 0.4); } +div#metadata-fileinfo > table th { + font-size: 8pt; +} + div#metadata-fileinfo > table td { font-family: 'Lucida Console'; - font-size: 10pt; + font-size: 8pt; } \ No newline at end of file -- cgit v1.3