Advanced search: WIP POC, UI/UX.

SVN:b1162[5471]
This commit is contained in:
Guillaume Lajarige
2018-03-20 14:17:08 +00:00
parent 1301aa5c35
commit 27b9748f86
6 changed files with 15 additions and 106 deletions

View File

@@ -854,14 +854,12 @@ input.dp-applied {
transition: all 0.3s ease-in-out;
}
.search_form_handler .sf_criterion_area .search_form_criteria .sfc_title {
padding-right: 35px;
cursor: pointer;
/* TODO: Uncomment to try fixed width criteria tabs */
max-width: 240px;
padding-right: 25px;
padding-right: 30px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
cursor: pointer;
}
.search_form_handler .sf_criterion_area .search_form_criteria .sfc_form_group {
/* Form group (operators) is displayed only when the criteria is toggled to opened state */