From 11ad9ec10a956a385373fd273a05551ef691b9c3 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 15 Jul 2018 22:20:38 +0200 Subject: [PATCH] Tweak the admin bar --- sass/base_theme.scss | 11 ++++++++--- templates/layout.html | 2 ++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/sass/base_theme.scss b/sass/base_theme.scss index b5dd5c6..dae8140 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -53,13 +53,17 @@ a:hover { background: $primary-color; color: $background-color; } +#admin-menu-wrapper { + padding: 10px; + margin:0 auto; + width: 100%; + background: $color-menu-background; + max-width: 720px; + #admin-menu { list-style-type: none; display: inline; padding: 10px; - width: 720px; - margin:0 auto; - background: $color-menu-background; color: $color-light; border-radius-bottom-left: 2px; border-radius-bottom-right: 2px; @@ -77,6 +81,7 @@ a:hover { } } } +} #header { margin-bottom: 70px; diff --git a/templates/layout.html b/templates/layout.html index 5956de5..42b2e95 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -16,6 +16,7 @@ {% if logged_in %} +
+
{% endif %}