From 4f12e78a648f9ba953287227afd2e0d8432c21ce Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 6 Jan 2016 13:32:47 -0800 Subject: [PATCH] Fixed left panel in explore view --- panoramix/static/panoramix.css | 11 +++++++++++ panoramix/templates/panoramix/explore.html | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/panoramix/static/panoramix.css b/panoramix/static/panoramix.css index 73c007df27d2b..b6c120f906144 100644 --- a/panoramix/static/panoramix.css +++ b/panoramix/static/panoramix.css @@ -2,6 +2,17 @@ html>body{ margin: 0px; !important } +.col-left-fixed { + width:350px; + position: absolute; + float: left; +} +.col-offset { + margin-left: 365px; +} + + + .padded{ padding: 10px; } diff --git a/panoramix/templates/panoramix/explore.html b/panoramix/templates/panoramix/explore.html index dbca1763fabe3..fb1fdaac67b52 100644 --- a/panoramix/templates/panoramix/explore.html +++ b/panoramix/templates/panoramix/explore.html @@ -53,7 +53,7 @@
-
+
{% for fieldset in form.fieldsets %}
{% if fieldset.label %} @@ -139,7 +139,7 @@
-
+
{% block messages %}{% endblock %} {% include 'appbuilder/flash.html' %}