[FIX] \96\96Bug #1090982
authorNiko <nwi@openerp.com>
Tue, 18 Dec 2012 13:29:13 +0000 (14:29 +0100)
committerNiko <nwi@openerp.com>
Tue, 18 Dec 2012 13:29:13 +0000 (14:29 +0100)
bzr revid: nwi@openerp.com-20121218132913-66d57c4x0q6ari04

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index f983236..4e40ca6 100644 (file)
 }
 .openerp .oe_application {
   width: 100%;
+  height: 100%;
 }
 .openerp .oe_application a {
   color: #7c7bad;
@@ -3212,6 +3213,12 @@ div.ui-widget-overlay {
 .openerp_ie .oe_topbar {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646060', endColorstr='#262626');
 }
+.openerp_ie .oe_popup_form {
+  width: 99% !important;
+}
+.openerp_ie .oe_form_label {
+  white-space: normal !important;
+}
 .openerp_ie ul.oe_form_status li, .openerp_ie ul.oe_form_status_clickable li {
   display: inline-block;
   clear: both;
index 648b6db..180c4e2 100644 (file)
@@ -1089,6 +1089,7 @@ $sheet-padding: 16px
     // ActionManager {{{
     .oe_application
         width: 100%
+        height: 100%
         a
             color: $link-color
             &:hover
@@ -2546,7 +2547,11 @@ div.ui-widget-overlay
     img
         border: none
     .oe_topbar
-        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646060', endColorstr='#262626') 
+        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646060', endColorstr='#262626')
+    .oe_popup_form
+        width: 99% !important
+    .oe_form_label
+        white-space: normal !important
     ul.oe_form_status, ul.oe_form_status_clickable
         li
             display: inline-block