From: Marnanel Thurman Date: Tue, 30 Nov 2021 21:01:02 +0000 (+0000) Subject: Login page has the login form on it. dwim.css added. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~tthurman/git?a=commitdiff_plain;h=3a9dd57e5d17c4ca62ac4389a008412d9adf4c74;p=dwim.git Login page has the login form on it. dwim.css added. --- diff --git a/www/css/dwim.css b/www/css/dwim.css new file mode 100644 index 0000000..0c3dc23 --- /dev/null +++ b/www/css/dwim.css @@ -0,0 +1,16 @@ +#login-page .ui-content { + background-image: url('../lavender-dream-by-huhu.jpg'); + background-size: cover; +} + +.ui-page { + height: 100%; +} + +#login-form { + text-align: center; + margin-left: auto; + margin-right: auto; + max-width: 25em; + height: 100%; +} diff --git a/www/index.html b/www/index.html index e2f528b..558aac5 100644 --- a/www/index.html +++ b/www/index.html @@ -7,6 +7,7 @@ +