diff --git a/auth/assets/public/style.css b/auth/assets/public/style.css index a5187c394..b8d63c749 100644 --- a/auth/assets/public/style.css +++ b/auth/assets/public/style.css @@ -44,6 +44,11 @@ body::before { right: 0; } +.user { + top: 0; + right: 0; +} + .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, label, .btn, a { font-weight: 600; } diff --git a/auth/assets/templates/inc_footer.html.tpl b/auth/assets/templates/inc_footer.html.tpl index ee099b44c..e8113b80b 100644 --- a/auth/assets/templates/inc_footer.html.tpl +++ b/auth/assets/templates/inc_footer.html.tpl @@ -1,17 +1,17 @@ - {{ if .user }} -
- Logged-in as - {{ coalesce .user.Name .user.Handle .user.Email }} - | - Logout -
- {{ end }} + {{ if .user }} +
+ You're logged-in as + {{ coalesce .user.Name .user.Handle .user.Email }} + | + Logout +
+ {{ end }} - + version {{ version }}