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