From 8aa3f1d1f5603566b09b3f1961a32bb463a7fcde Mon Sep 17 00:00:00 2001 From: Peter van Arkel Date: Thu, 21 May 2026 11:31:49 +0200 Subject: [PATCH] (ui) Establish cohesive control panel styling Refresh the shared base styling so the Django control panel has a calmer, more polished production-tool feel across all pages. Update typography, navigation, panels, metrics, host cards, tables, forms, buttons, messages, focus states, and responsive behavior through reusable CSS variables and component styles. Refs #28 --- .../templates/pobsync_backend/base.html | 503 +++++++++++------- 1 file changed, 319 insertions(+), 184 deletions(-) diff --git a/src/pobsync_backend/templates/pobsync_backend/base.html b/src/pobsync_backend/templates/pobsync_backend/base.html index a54e024..070bf2b 100644 --- a/src/pobsync_backend/templates/pobsync_backend/base.html +++ b/src/pobsync_backend/templates/pobsync_backend/base.html @@ -1,118 +1,232 @@ - - - - {% block title %}pobsync{% endblock %} -