mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
advanced search: numeric between UI (displayed using 1 line instead of 2)
SVN:trunk[5612]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user