From 6f4916cac0af5c1355a6647cdf8d9e6533a00f50 Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Mon, 14 Jul 2025 10:11:55 +0200 Subject: [PATCH] Remove duplicate page-header styles after cherry-pick --- static/css/style.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 7f83b0f..07b0d6c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2620,19 +2620,7 @@ input[type="time"]::-webkit-datetime-edit { margin: 0 auto; } -.page-header { - display: flex; - justify-content: space-between; - align-items: center; - margin-bottom: 2rem; - padding-bottom: 1rem; - border-bottom: 2px solid #e9ecef; -} - -.page-header h2 { - margin: 0; - color: #333; -} +/* Page header styles moved to Common Admin Page Styles section above */ .page-actions { display: flex;