From 0517a593085835878d99d9d92a7ee4c06548fd67 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 7 Feb 2021 22:36:03 +0100 Subject: [PATCH] fix login page layout --- htdocs/css/login.css | 10 ++++++++++ htdocs/login.html | 26 ++++++++++++++------------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/htdocs/css/login.css b/htdocs/css/login.css index 5e51dc9..ccd6c02 100644 --- a/htdocs/css/login.css +++ b/htdocs/css/login.css @@ -1,6 +1,16 @@ @import url("openwebrx-header.css"); @import url("openwebrx-globals.css"); +body { + display: flex; + flex-direction: column; +} + +.login-container { + flex: 1; + position: relative; +} + .login { position: absolute; left: 50%; diff --git a/htdocs/login.html b/htdocs/login.html index 4f4c554..6c05ef9 100644 --- a/htdocs/login.html +++ b/htdocs/login.html @@ -11,17 +11,19 @@ ${header} -
-
-
- - -
-
- - -
- -
+ \ No newline at end of file