ui : select instead input for skills & rol on members & job-offer serach
This commit is contained in:
parent
60d21f734c
commit
465b3a5432
@ -12,6 +12,7 @@ div.grid-layer
|
||||
widget-closingDate='hdapp-closing-date',
|
||||
set-content='title, description',
|
||||
search-fields='content,skills,open'
|
||||
search-range-skills=`${sdn}/skills/`,
|
||||
)
|
||||
div.grid-layer-links.containerV
|
||||
sib-link(next="job-offer-create").containerH.containerCenter.action-link
|
||||
|
@ -19,6 +19,8 @@ div.grid-layer
|
||||
widget-skills='sib-display-lookuplist',
|
||||
set-name='pseudo,user.first_name,user.last_name',
|
||||
search-fields='name, skills, roles',
|
||||
search-range-skills=`${sdn}/skills/`,
|
||||
search-range-roles=`${sdn}/role/`
|
||||
next='member')
|
||||
div.grid-layer-links.containerV
|
||||
div.containerH.containerCenter.how-link
|
||||
|
@ -291,7 +291,7 @@ hdapp-available {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
input, select {
|
||||
flex-grow: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
@ -325,7 +325,7 @@ hdapp-available {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
input, select {
|
||||
flex-grow: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
@ -106,7 +106,13 @@ sib-form {
|
||||
}
|
||||
}
|
||||
|
||||
sib-form-label-text{
|
||||
sib-form-label-text,sib-form-dropdown{
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
select{
|
||||
background-color: $color-white;
|
||||
border-style: none;
|
||||
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user