From e024103d2def1f7ba4c86dd3a4e157b40dafc56f Mon Sep 17 00:00:00 2001 From: Glitch Date: Mon, 11 Jul 2016 00:16:20 +0000 Subject: [PATCH] Redesigning --- static/css/main.css | 12 ++++++ templates/register.html | 92 ++++++++++++++++++++--------------------- 2 files changed, 57 insertions(+), 47 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 2ff7d73..d459de0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -88,6 +88,14 @@ body { font-size: 2rem; } +.panel { + padding: 1rem; +} + +.register-submit { + margin-top: 2rem; +} + @media only screen and (max-width : 992px) { .cont { padding-left: 40px; @@ -99,6 +107,10 @@ body { margin-right: auto; margin-top: 0; } + + .register-submit { + margin-top: 0; + } } diff --git a/templates/register.html b/templates/register.html index 922f74f..bb6eb88 100644 --- a/templates/register.html +++ b/templates/register.html @@ -14,56 +14,54 @@
-
-
Register
-
-
- - +
Register
+ +
+ + +
+
+ + +
+
+
+ +
-
- - +
+ +
-
-
- - -
-
- - -
-
-
- - -
-
- - -
-
- - - - -
-
-
+
+
+ + +
+
+ + +
+
+ + + + +
+
+
-
-
- -
- -
- +
+ +
+
+ +
{% endblock %}