advanced search: numeric between UI (displayed using 1 line instead of 2)

SVN:trunk[5612]
This commit is contained in:
Bruno Da Silva
2018-04-05 09:35:25 +00:00
parent 906ac14fa9
commit 873af8865c

View File

@@ -1184,19 +1184,29 @@ input.dp-applied {
}
}
&.search_form_criteria_numeric {
.sfc_form_group.advanced {
.sfc_fg_operator_between {
margin-top: 5px;
margin-bottom: 5px;
//.sfc_form_group.advanced {
// .sfc_fg_operator_between {
// margin-top: 5px;
// margin-bottom: 5px;
// }
//}
.sfc_fg_operators .sfc_fg_operator.sfc_fg_operator_between {
.sfc_op_content_from_outer{
display: inline;
}
.sfc_op_content_until_outer {
display: inline;
margin-left: 5px;
}
}
.sfc_fg_operator_between {
label {
&.sfc_op_content_from_label, &.sfc_op_content_until_label {
width: 90px;
width: 40px;
display: inline-block;
}
}
input[type="text"] {
width: 82px;
}
}
}