Start implementing botton control bar.

This commit is contained in:
Mikaël Ates 2015-11-03 18:28:35 +01:00
parent c348b66f0d
commit 53ba981db9
2 changed files with 6 additions and 6 deletions

View File

@ -264,7 +264,7 @@ $(document).ready(function(){
*/
$('ul#menu li a[href="' + location.pathname + '"]').parent().addClass('active');
$('div#content-1').css({'height': '100%'});
$('div#alerts').css({'height': '94%'});
// $('div#content-1').css({'height': '100%'});
// $('div#alerts').css({'height': '94%'});
});

View File

@ -75,10 +75,10 @@
{% block content-1-right %}{% endblock %}
</div>
</div>
<!-- {% block controlbar %}-->
<!-- <div id="controlbar">-->
<!-- </div>-->
<!-- {% endblock %}-->
{% block controlbar %}
<div id="controlbar">
</div>
{% endblock %}
{% endblock %}
</div>