From 5f2aa82e36375ddea4273ebd2a9eb66d50c8881d Mon Sep 17 00:00:00 2001 From: James Pattinson Date: Wed, 10 Dec 2025 16:40:58 +0000 Subject: [PATCH] Push to prod --- web/admin.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/web/admin.html b/web/admin.html index 37b9038..653ae7f 100644 --- a/web/admin.html +++ b/web/admin.html @@ -45,6 +45,7 @@ opacity: 0.9; display: flex; align-items: center; + gap: 0.3rem; } .container { @@ -170,6 +171,24 @@ transform: rotate(-90deg); } + .footer-bar { + position: fixed; + bottom: 0; + left: 0; + right: 0; + background: #34495e; + color: white; + padding: 0.5rem 2rem; + text-align: center; + font-size: 0.85rem; + z-index: 50; + box-shadow: 0 -2px 10px rgba(0,0,0,0.1); + } + + body { + padding-bottom: 40px; /* Make room for footer */ + } + .loading { text-align: center; padding: 2rem; @@ -3019,5 +3038,10 @@ document.getElementById('etd-time').addEventListener('change', markETDAsManuallyEdited); }); + + + \ No newline at end of file