diff --git a/Web/css/librebooking.css b/Web/css/librebooking.css index 32e68e601..a7f3a25c3 100644 --- a/Web/css/librebooking.css +++ b/Web/css/librebooking.css @@ -56,9 +56,9 @@ --text-color-btn: #ffffff; } -html { - min-height: 100%; - position: relative; +html, +body { + height: 99%; } body { @@ -66,16 +66,12 @@ body { font-weight: 400; font-style: normal; font-size: 14px; - margin: 0; - margin-bottom: 100px; - background-color: #fbfbfb; + display: flex; + flex-direction: column; } footer { - position: absolute; - bottom: 0; - width: 100%; - height: 60px; + margin-top: auto; } img.logo { diff --git a/tpl/globalheader.tpl b/tpl/globalheader.tpl index 9147212c9..c3743baa7 100644 --- a/tpl/globalheader.tpl +++ b/tpl/globalheader.tpl @@ -58,9 +58,8 @@ type="text/css" /> {/if} {if isset($Trumbowyg) && $Trumbowyg} - + {/if} {/if} @@ -413,4 +412,4 @@ {/if} -