[imp] changed declaration of body
authorniv-openerp <nicolas.vanhoren@openerp.com>
Wed, 4 Jan 2012 13:09:52 +0000 (14:09 +0100)
committerniv-openerp <nicolas.vanhoren@openerp.com>
Wed, 4 Jan 2012 13:09:52 +0000 (14:09 +0100)
bzr revid: nicolas.vanhoren@openerp.com-20120104130952-61ti896e6pxgorps

addons/web/controllers/main.py
addons/web/static/src/css/base.css

index c83d016..ba5f56f 100644 (file)
@@ -89,7 +89,7 @@ html_template = """<!DOCTYPE html>
             });
         </script>
     </head>
-    <body></body>
+    <body style="margin: 0;height: 100%%;"></body>
 </html>
 """
 
index 40d02e5..2fc3aaf 100644 (file)
@@ -1,9 +1,4 @@
 
-body {
-    margin: 0;
-    height: 100%;
-}
-
 .openerp {
     padding: 0;
     margin: 0;