[FIX] web: css for popup search view float position

The widget SelectCreatePopup display the search view drawer directly
after the search view input field. But in current firefox version this
could lead to an issue with float positionning.

fixes #8462
opw-648999
This commit is contained in:
Nicolas Lempereur 2015-09-14 12:06:25 +02:00
parent 47133c7d3f
commit 1fe932a7bc
2 changed files with 6 additions and 0 deletions

View File

@ -1744,6 +1744,9 @@
margin: 0 0 0 4px;
padding: 0;
}
.openerp .oe_popup_search .oe_searchview_drawer {
clear: right;
}
.openerp .oe_view_nocontent {
padding: 15px;
margin-top: 0;

View File

@ -1457,6 +1457,9 @@ $sheet-padding: 16px
font-weight: 300 !important
margin: 0 0 0 4px
padding: 0
.oe_popup_search
.oe_searchview_drawer
clear: right
// }}}
// Views Common {{{
.oe_view_nocontent