From bad78b5dc461f1098a8d63a9d651163868fd9607 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 27 Aug 2017 00:30:52 +0200 Subject: [PATCH] Please cherry-pick: - added overflow:auto for footer - put copyright into h:outputText - changed CSS class into id MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/templates/base.tpl | 2 +- web/WEB-INF/templates/guest/guest_footer.tpl | 4 +++- web/resources/css/layout.css | 5 ++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index 5aff9ae4..9a371940 100644 --- a/web/WEB-INF/templates/base.tpl +++ b/web/WEB-INF/templates/base.tpl @@ -27,7 +27,7 @@ - + diff --git a/web/resources/css/layout.css b/web/resources/css/layout.css index 03c3e9d6..aae766a4 100644 --- a/web/resources/css/layout.css +++ b/web/resources/css/layout.css @@ -9,8 +9,7 @@ div, table { line-height: 20px; } -.page-header-container { - position: relative; +#page-header-container { background-color: steelblue; color: white; padding: 5px; @@ -18,10 +17,10 @@ div, table { } #page-footer { - position: relative; background-color: lightblue; padding: 5px; margin: 10px 0px 0px 0px; + overflow: auto; } #left-menu-container { -- 2.39.5