From 0825ac9f8fada2736f0c6e6a310fc69452e3d30d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 25 Oct 2020 16:36:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Style=20the=20login=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 14 ++++++++++ templates/login.html | 64 ++++++++++++++++++++++++++++++++++++++------ 2 files changed, 70 insertions(+), 8 deletions(-) diff --git a/templates/base.html b/templates/base.html index 37d5967..efd9316 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,19 @@ font-weight: bold; } + input[type="submit"], + input[type="button"] { + padding: .5em; + border-radius: .5em; + border: 0; + background-color: #c4e1ff; + } + + input[type="submit"] { + background-color: #a9ca97; + font-weight: bold; + } + #content { float: right; width: 100%; @@ -26,6 +39,7 @@ } body { + font-family: sans-serif; margin-left: 200px } diff --git a/templates/login.html b/templates/login.html index a204152..0930114 100644 --- a/templates/login.html +++ b/templates/login.html @@ -3,22 +3,70 @@ ShareDAV Login + + -
-
+
+ +
-
- Beware! You need to have cookies enabled for the login to work.
- The cookie will be used solely for keeping the session alive. -
+
+
+ Beware! You need to have cookies enabled for the login to work.
+ The cookie will be used solely for keeping the session alive. +
+
- -
+
+ +
\ No newline at end of file