aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/app.css9
-rw-r--r--ui/html/pages/login.tmpl.html2
2 files changed, 10 insertions, 1 deletions
diff --git a/static/app.css b/static/app.css
index 4e79994..8419fac 100644
--- a/static/app.css
+++ b/static/app.css
@@ -300,10 +300,19 @@ input {
padding: 0;
}
+ .topline {
+ margin: 1em;
+ margin-left: 0;
+ }
+
.topline > h2 {
margin: auto;
margin-left: 2em;
}
+
+ .login_header {
+ margin: auto;
+ }
.topline > p {
display: none;
diff --git a/ui/html/pages/login.tmpl.html b/ui/html/pages/login.tmpl.html
index 6eb303a..01dc804 100644
--- a/ui/html/pages/login.tmpl.html
+++ b/ui/html/pages/login.tmpl.html
@@ -3,7 +3,7 @@
{{define "main"}}
<div class="topline">
- <h2>Log In</h2>
+ <h2 class="login_header">Log In</h2>
</div>
<div class="card">
<form class="login_form center" action="/login" method="POST">