From 310a826ffe866ab0ea0a2e014bf6cb23b72a616f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 20 Nov 2022 14:58:11 +0100 Subject: [PATCH] Please cherry-pick: - removed with JQuery-UI conflicting CSS properties --- web/resources/css/layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/resources/css/layout.css b/web/resources/css/layout.css index b5c6eb7a..72ceb5ec 100644 --- a/web/resources/css/layout.css +++ b/web/resources/css/layout.css @@ -38,8 +38,9 @@ div, table { margin-left: 190px; } -.table-footer { - margin: 2px; +.page-footer { + background-color: lightblue; + overflow: auto; } .page-header a:link, .page-header a:visited { -- 2.39.2