From 27b8d25d53e1087d9c74097ffdcb910dd5eb9f5f Mon Sep 17 00:00:00 2001 From: Valentina Demianova <8947@ngs.ru> Date: Mon, 5 Oct 2020 22:34:24 +0700 Subject: [PATCH] chore: keep the footer at the bottom Fix #1204 --- src/main/config/nginx/503.en.html | 13 +++++++++++-- src/main/config/nginx/503.ru.html | 13 +++++++++++-- .../ru/mystamps/web/feature/site/ResourceUrl.java | 2 +- src/main/webapp/WEB-INF/static/styles/main.css | 9 +++++++++ src/main/webapp/WEB-INF/views/account/activate.html | 4 ++-- src/main/webapp/WEB-INF/views/account/auth.html | 4 ++-- src/main/webapp/WEB-INF/views/account/register.html | 4 ++-- src/main/webapp/WEB-INF/views/category/add.html | 4 ++-- src/main/webapp/WEB-INF/views/category/info.html | 4 ++-- src/main/webapp/WEB-INF/views/category/list.html | 4 ++-- src/main/webapp/WEB-INF/views/country/add.html | 4 ++-- src/main/webapp/WEB-INF/views/country/info.html | 4 ++-- src/main/webapp/WEB-INF/views/country/list.html | 4 ++-- .../webapp/WEB-INF/views/error/status-code.html | 4 ++-- src/main/webapp/WEB-INF/views/participant/add.html | 4 ++-- src/main/webapp/WEB-INF/views/series/add.html | 4 ++-- .../webapp/WEB-INF/views/series/import/list.html | 4 ++-- .../webapp/WEB-INF/views/series/import/request.html | 4 ++-- 18 files changed, 60 insertions(+), 33 deletions(-) diff --git a/src/main/config/nginx/503.en.html b/src/main/config/nginx/503.en.html index 436c29ff12..1e5d753045 100644 --- a/src/main/config/nginx/503.en.html +++ b/src/main/config/nginx/503.en.html @@ -40,6 +40,15 @@ #content { padding: 10px; } + + .container-fluid { + display: flex; + min-height: 100vh; + flex-direction: column; + } + #content { + flex-grow: 1; + }
@@ -50,8 +59,8 @@ -