diff --git a/static/main.css b/static/main.css index dbaff9b..756d391 100644 --- a/static/main.css +++ b/static/main.css @@ -24,6 +24,10 @@ a:hover { text-decoration: underline; } +h1 { + margin-top: 0.5em; +} + #container { display: flex; flex: 1; @@ -123,6 +127,11 @@ header .aligned { vertical-align: middle; } +header .spacer { + height: 30px; + visibility: hidden; +} + footer ul { margin: 0; padding: 0; @@ -142,14 +151,6 @@ footer ul li:not(:last-child):after { margin-right: 0.25em; } -#login-button { - height: 30px; -} - -#error pre { - white-space: pre-wrap; -} - #flashes { margin-top: 0.5em; } @@ -169,3 +170,15 @@ footer ul li:not(:last-child):after { border-color: #AA3322; background-color: rgba(255, 60, 30, 0.2); } + +#error pre { + white-space: pre-wrap; +} + +#login-button { + height: 30px; +} + +#logout-form { + margin-bottom: 1em; +} diff --git a/templates/_base.mako b/templates/_base.mako index 29af941..fcb00c2 100644 --- a/templates/_base.mako +++ b/templates/_base.mako @@ -29,7 +29,9 @@
- <%block name="righthead"/> + <%block name="righthead"> + +
diff --git a/templates/logout.mako b/templates/logout.mako index a1a0b06..9583f76 100644 --- a/templates/logout.mako +++ b/templates/logout.mako @@ -2,8 +2,8 @@ <%block name="title"> Log out – ${g.config.get("corp.name") | h} -

Log out

+

Log out

Use the button below to safely log out and clear your session.

-
+