From 375a9f6eba14cbd99ffe27a1eb8d406f32b7d0d7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 21 Oct 2016 15:54:58 +0200 Subject: CSS: fixed position for shortcut menu and top bar. Show/hide shortcut menu. --- .../templates/ishtar/blocks/advanced_shortcut_menu.html | 10 +++++++++- ishtar_common/templates/ishtar/blocks/shortcut_menu.html | 12 +++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/advanced_shortcut_menu.html b/ishtar_common/templates/ishtar/blocks/advanced_shortcut_menu.html index 581381e82..2cf80da06 100644 --- a/ishtar_common/templates/ishtar/blocks/advanced_shortcut_menu.html +++ b/ishtar_common/templates/ishtar/blocks/advanced_shortcut_menu.html @@ -2,7 +2,15 @@ {% load url from future%} {% if menu %}
-
+
+ + + + + + + +
diff --git a/ishtar_common/templates/ishtar/blocks/shortcut_menu.html b/ishtar_common/templates/ishtar/blocks/shortcut_menu.html index 5a0463c30..05aaed6d8 100644 --- a/ishtar_common/templates/ishtar/blocks/shortcut_menu.html +++ b/ishtar_common/templates/ishtar/blocks/shortcut_menu.html @@ -2,11 +2,20 @@ {% load url from future%} {% if current_menu %} -
+
+ + + + + + + +
+
{% for lbl, model_name, main_cls, items in current_menu %} @@ -26,6 +35,7 @@ {% endfor %}
+
-- cgit v1.2.3