You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
423 B

  1. .o_search_options {
  2. .o_filters_menu {
  3. .o_filter_condition {
  4. max-width: inherit;
  5. .o_searchview_extended_prop_value {
  6. .ui-autocomplete-input {
  7. .form-control();
  8. }
  9. .oe_m2o_drop_down_button {
  10. top: 6px;
  11. right: 2px;
  12. }
  13. .o_form_field_domain {
  14. min-width: 400px;
  15. }
  16. }
  17. }
  18. }
  19. }
  20. .x2x_container {
  21. min-width: 60ex;
  22. }