From c8344b3a8107be12ec0693ba6f0c40edf602007b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 18 Nov 2018 19:25:37 +0100 Subject: [PATCH] remove sidemenu from base template (to be added to publik themes) --- gadjo/static/css/gadjo.scss | 5 ++++- gadjo/templates/gadjo/root.html | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 3eae5ce..fce3b19 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -184,7 +184,7 @@ div#header { div#header h1 { height: $header-height; line-height: $header-height; - padding: 0 0 0 $sidepage-width + $sidepage-left-space; + padding: 0 0 0 1rem; box-sizing: border-box; margin: 0; font-weight: normal; @@ -740,6 +740,9 @@ ul.objects-list li span.badge { body[data-has-sidepage] #header { margin-left: #{$sidepage-left-space}; + h1 { + padding-left: $sidepage-width + $sidepage-left-space; + } } body[data-has-sidepage] #main { diff --git a/gadjo/templates/gadjo/root.html b/gadjo/templates/gadjo/root.html index 321de85..932516b 100644 --- a/gadjo/templates/gadjo/root.html +++ b/gadjo/templates/gadjo/root.html @@ -23,9 +23,6 @@
{% block sidepage %} -
- -
{% endblock %} {% block user-links %}