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

SVN:trunk[5613]
This commit is contained in:
Bruno Da Silva
2018-04-05 09:42:55 +00:00
parent 873af8865c
commit b90b200cd1

View File

@@ -1200,12 +1200,12 @@ input.dp-applied {
}
label {
&.sfc_op_content_from_label, &.sfc_op_content_until_label {
width: 40px;
width: 45px;
display: inline-block;
}
}
input[type="text"] {
width: 82px;
width: 77px;
}
}
}