diff --git a/static/css/style.css b/static/css/style.css index a6359ad..5ee5169 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,14 +1,14 @@ +* { + box-shadow: none!important; + border-radius: 0!important; +} + body { padding-top: 20px; padding-bottom: 20px; } -.navbar { - margin-bottom: 20px; -} - -.form-login { - max-width: 330px; - padding: 15px; +.logo { + max-width: 300px; margin: 0 auto; } diff --git a/static/img/binary_kitchen.svg b/static/img/binary_kitchen.svg index 9713d56..e5a3705 100644 --- a/static/img/binary_kitchen.svg +++ b/static/img/binary_kitchen.svg @@ -1,265 +1,4 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + \ No newline at end of file diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 0000000..751f2c1 Binary files /dev/null and b/static/img/favicon.ico differ diff --git a/templates/_base.html b/templates/_base.html index 7ed9f50..25746c0 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -1,35 +1,41 @@ - - - - - - - Binary Kitchen: Directory Self-Service - - -
- + + + + + + + Binary Kitchen: Directory Self-Service + + + + +
+
+
+ + + +
+ +
+
{% block content %} {% endblock %} -
- +
+ +
+ diff --git a/templates/login.html b/templates/login.html index 8077bc5..18bf07b 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,6 +1,9 @@ {% from "_helpers.html" import render_field %} {% extends "_base.html" %} {% block content %} +
{{ form.hidden_tag() }} {{ render_field(form.user) }}