[FIX] fix mail layout
authorGéry Debongnie <ged@odoo.com>
Tue, 10 Jun 2014 15:00:11 +0000 (17:00 +0200)
committerGéry Debongnie <ged@odoo.com>
Tue, 10 Jun 2014 15:00:11 +0000 (17:00 +0200)
uses the same technique used for the rest of the client.  Now, it should
behaves properly with respect to scrolling.

addons/mail/static/src/css/mail.css
addons/mail/static/src/xml/mail.xml

index d8337c7..69fd214 100644 (file)
     height: 47px;
 }
 
-.openerp .oe_mail_wall > div {
-    position: absolute;
-    overflow: auto;
-    bottom: 0;
-    left: 0;
-    right: 0;
-}
-
 /* ----------- INBOX INTEGRATION ----------- */
 
 .openerp .oe_mail_wall .oe_mail{
index 863950b..62ecdcd 100644 (file)
             </tr>
           </tbody>
         </table>
-        <div>
-            <div class="oe_searchview_drawer_container"/>
-            <div class="oe_mail-placeholder"></div>
-            <aside class="oe_mail_wall_aside"></aside>
+        <div class="oe_view_manager_wrapper">
+            <div>
+                <div class="oe_view_manager_body">
+                    <div class="oe_searchview_drawer_container"/>
+                    <div class="oe_mail-placeholder"></div>
+                    <aside class="oe_mail_wall_aside"></aside>
+                </div>
+            </div>
         </div>
     </div>