mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2508 - Include Obsolescence icon within list and autocomplete
This commit is contained in:
@@ -2165,6 +2165,11 @@ fieldset .details>.field_container {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.field_input_zone {
|
||||
.selectize-input {
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
.field_container {
|
||||
display: table;
|
||||
width: 100%;
|
||||
@@ -2257,6 +2262,7 @@ fieldset .details>.field_container {
|
||||
|
||||
.field_input_zone{
|
||||
width: 100%; /* auto; */
|
||||
align-items:center;
|
||||
|
||||
&.field_input_string,
|
||||
&.field_input_password{
|
||||
@@ -2390,7 +2396,7 @@ fieldset .details>.field_container {
|
||||
}
|
||||
|
||||
&.field_input_extkey{
|
||||
display: table;
|
||||
display: inline-table;
|
||||
width: 100%;
|
||||
|
||||
> .field_select_wrapper{
|
||||
|
||||
Reference in New Issue
Block a user