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 %}