From: Roland Häder Date: Sat, 26 Aug 2017 22:30:52 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bad78b5dc461f1098a8d63a9d651163868fd9607;p=jfinancials-war.git Please cherry-pick: - added overflow:auto for footer - put copyright into h:outputText - changed CSS class into id Signed-off-by: Roland Häder --- 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 {