From aba366f2110c55ded6aef4217747b0c8fa56f950 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Sat, 3 Dec 2016 21:19:22 +0100 Subject: [PATCH] Use form groups --- static/css/main.css | 7 ------- templates/login.html | 23 +++++++++++++---------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index bccbc8a..540578b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -8,11 +8,4 @@ } #invalidCredentials { color: red; -} -input { - margin-left:150px; - width:250px; -} -label { - position:absolute; } \ No newline at end of file diff --git a/templates/login.html b/templates/login.html index 4d3ed3d..cc1f18c 100644 --- a/templates/login.html +++ b/templates/login.html @@ -26,19 +26,22 @@
- -
- - -
- -
- The entered credentials are invalid +
+ +
- +
+ + +

+ The entered credentials are invalid +

+
+ +
-{{end}} \ No newline at end of file +{{end}}