diff --git a/server/static/css/main.css b/server/static/css/main.css index 3dfcf24..0e925c3 100644 --- a/server/static/css/main.css +++ b/server/static/css/main.css @@ -4,6 +4,21 @@ body * font-family: "Trebuchet MS", Helvetica, sans-serif; } +.banner { + display:flex; + justify-content: center; + align-items:center; + background-color: orange; + height: 20rem; + flex-direction: column; + margin-bottom: 10rem; +} + +.title { + margin: none; + color: blue; +} + .logins { height: 100px; width: 500px; diff --git a/server/template/devices.html b/server/template/devices.html index ec8f310..c43d8eb 100644 --- a/server/template/devices.html +++ b/server/template/devices.html @@ -2,9 +2,9 @@ {% block body%}
-
Device ID
-
Link Status
-
Action
+
Device ID
+
Link Status
+
Action
{% for item in devices %} @@ -26,10 +26,10 @@ {% endfor %}
- {{ form.hidden_tag() }} - {{ form.deviceId.label }} - {{ form.deviceId(size=32) }} - {{ form.submit() }} +
{{ form.hidden_tag() }}
+
{{ form.deviceId.label }}
+
{{ form.deviceId(size=32) }}
+
{{ form.submit() }}
diff --git a/server/template/login.html b/server/template/login.html index 720fa2f..301c963 100644 --- a/server/template/login.html +++ b/server/template/login.html @@ -2,7 +2,10 @@ {% block content %} -

Login Page

+
@@ -17,7 +20,7 @@
-
+
E-mail sign-in -{% endblock %} \ No newline at end of file +{% endblock %}