[IMP] Make action manager 100% in order to let sidebar extend until the footer

bzr revid: fme@openerp.com-20111222102741-xlwk80e94qtdf310
This commit is contained in:
Fabien Meghazi 2011-12-22 11:27:41 +01:00
parent c556070f0b
commit c325c5a9e9
2 changed files with 4 additions and 1 deletions

View File

@ -248,6 +248,9 @@ label.error {
height: 100%;
background: #f0eeee;
}
.openerp .oe-application {
height: 100%;
}
.openerp .oe-application-container {
width: 100%;
height: 100%;

View File

@ -27,7 +27,7 @@ session.web.ActionManager = session.web.Widget.extend({
this.client_widget = null;
},
render: function() {
return "<div id='"+this.element_id+"'></div>";
return '<div id="' + this.element_id + '" style="height: 100%;"></div>';
},
dialog_stop: function () {
if (this.dialog) {