[FIX] Compatibilize web_widget_domain_v11 with web_advanced_search_x2x

This commit is contained in:
Jairo Llopis
2017-07-12 14:32:05 +02:00
committed by Pedro M. Baeza
parent 26c820a2e4
commit 646d5d091e
4 changed files with 66 additions and 52 deletions

View File

@@ -1,7 +1,9 @@
.openerp {
.oe-search-options {
.searchview_extended_prop_value {
.oe_form {
.o_search_options {
.o_filters_menu {
.o_filter_condition {
max-width: inherit;
.o_searchview_extended_prop_value {
.ui-autocomplete-input {
.form-control();
}
@@ -10,6 +12,10 @@
top: 6px;
right: 2px;
}
.o_form_field_domain {
min-width: 400px;
}
}
}
}