Skip to content
Snippets Groups Projects
Commit ee4da05d authored by Diego Sampaio's avatar Diego Sampaio
Browse files

select agents UI improvements

parent 42d57e76
No related branches found
No related tags found
No related merge requests found
......@@ -418,8 +418,21 @@
li {
display: inline-block;
background-color: #DDD;
border-radius: 5px;
padding: 2px 7px;
border-radius: 10px;
padding: 2px 8px 2px 2px;
margin: 1px 0;
cursor: pointer;
.icon-plus-circled {
opacity: 0.5;
font-size: 0.8rem;
}
}
}
.agent-info {
input {
width: auto;
line-height: 24px;
}
}
......@@ -30,7 +30,7 @@
<ul class="department-agents available-agents">
{{#each availableAgents}}
<li>{{username}}</li>
<li><i class="icon-plus-circled"></i>{{username}}</li>
{{/each}}
</ul>
</fieldset>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment