Skip to content
Snippets Groups Projects
Unverified Commit c1694142 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Changes to the user search results

parent 15b95ec2
No related branches found
No related tags found
No related merge requests found
......@@ -358,6 +358,9 @@ blockquote {
z-index: 10;
}
}
> div.-autocomplete-container {
position: absolute;
}
input[type='text'] {
display: block;
}
......
<template name="userSearch">
{{#if name}}<strong>{{name}}</strong> {{/if}}<i class="icon-at status-{{status}}"></i> {{username}}
<i class="icon-at status-{{status}}"></i> {{username}}{{#if name}} - <strong>{{name}}</strong>{{/if}}
</template>
<template name="userSearchEmpty">
<p>{{_ "Nothing_found"}}.</p>
......
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