[FIX] application content moving around the content area if the secondary menu is closed

lp bug: https://launchpad.net/bugs/842793 fixed

bzr revid: xmo@openerp.com-20110913073730-caukax89lhgwqpch
This commit is contained in:
Xavier Morel 2011-09-13 09:37:30 +02:00
parent c7862447c2
commit 7a31d4258b
2 changed files with 4 additions and 1 deletions

View File

@ -294,6 +294,9 @@ label.error {
color: #fff;
}
.openerp .oe-application-container {
height: 100%;
}
/* Secondary Menu */
.openerp .secondary_menu {
width: 200px;

View File

@ -40,7 +40,7 @@
<tr>
<td valign="top" id="oe_secondary_menu" class="secondary_menu">
</td>
<td valign="top">
<td valign="top" class="oe-application-container">
<div id="oe_app" class="oe-application">
</div>
</td>