[FIX] change css to prevent unreachable fields
authorGéry Debongnie <ged@odoo.com>
Fri, 30 May 2014 10:15:48 +0000 (12:15 +0200)
committerGéry Debongnie <ged@odoo.com>
Fri, 30 May 2014 10:15:48 +0000 (12:15 +0200)
in drawer, advanced search, it can happen that the form extends out
of the drawer.  Overflow:auto at least allows the user to interact
properly with the form.

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

index a52a96e..0d14b82 100644 (file)
   display: none;
   margin-top: 2px;
 }
+.openerp .oe_searchview_drawer .oe_searchview_advanced {
+  overflow: auto;
+}
 .openerp .oe_searchview_drawer .oe_searchview_advanced form {
   display: none;
   margin-top: 8px;
index 42542a6..100406c 100644 (file)
@@ -1396,6 +1396,7 @@ $sheet-padding: 16px
                 margin-top: 2px
 
         .oe_searchview_advanced
+            overflow: auto
             form
                 display: none
                 margin-top: 8px