[MIG] web_advanced_search_x2x: Migration to 11.0

[FIX] StopPropagation when clicking in domain selector.
This commit is contained in:
Jose Maria Bernet
2018-07-08 22:51:12 +02:00
committed by Pedro M. Baeza
parent 2ac7edf130
commit fa588e3494
4 changed files with 74 additions and 168 deletions

View File

@@ -1,22 +1,27 @@
.o_search_options {
.o_filters_menu {
.o_filter_condition {
max-width: inherit;
.o_searchview_extended_prop_value {
.ui-autocomplete-input {
.form-control();
}
.o_filters_menu {
.o_filter_condition {
max-width: inherit;
.oe_m2o_drop_down_button {
top: 6px;
right: 2px;
}
.o_form_field_domain {
min-width: 400px;
}
}
.o_searchview_extended_prop_value {
.ui-autocomplete-input {
.form-control();
}
.oe_m2o_drop_down_button {
top: 6px;
right: 2px;
}
.o_form_field_domain {
min-width: 400px;
}
}
}
}
}
.x2x_container {
min-width: 60ex;
}