From: Łukasz Rekucki Date: Fri, 28 Aug 2009 10:01:01 +0000 (+0200) Subject: Poprawiony ostatni panel ("prawy"). X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/3a211aa9d249e67425735f492407edbc2fd58a2f?hp=0602376974810e6709409a69b010c5a68b5c3040 Poprawiony ostatni panel ("prawy"). --- diff --git a/project/static/js/editor.js b/project/static/js/editor.js index eb87f431..f238e18b 100644 --- a/project/static/js/editor.js +++ b/project/static/js/editor.js @@ -113,8 +113,6 @@ Editor.prototype.setupUI = function() { // set up the UI visually and attach callbacks var self = this; - $('*.panel-wrap:last', this.rootDiv).addClass('last-panel'); - self.rootDiv.makeHorizPanel({}); // TODO: this probably doesn't belong into jQuery self.rootDiv.css('top', ($('#header').outerHeight() ) + 'px'); diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 2d63419f..7be73b34 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -19,10 +19,10 @@ {% block maincontent %}
{% for n in panel_list %} -
+
- -