Skip to content

Commit

Permalink
Fixed left panel in explore view
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 6, 2016
1 parent 3a3e7c8 commit 4f12e78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions panoramix/static/panoramix.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions panoramix/templates/panoramix/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<hr/>
</div>
<div class="row">
<div id="form_container" class="col-md-3">
<div id="form_container" class="col-left-fixed">
{% for fieldset in form.fieldsets %}
<fieldset class="fs-style">
{% if fieldset.label %}
Expand Down Expand Up @@ -139,7 +139,7 @@
<br>
</div>

<div class="col-md-9">
<div class="col-offset">
{% block messages %}{% endblock %}
{% include 'appbuilder/flash.html' %}
<div
Expand Down

0 comments on commit 4f12e78

Please sign in to comment.