Commit 4fda1111 by Saliya Randunu

fixed dropdown list issues in Teammates list

parent 09206865
......@@ -2999,13 +2999,14 @@ a.forgot-pass {
cursor: pointer;
display: block;
position: relative;
text-align: left;
}
.select2type .dropdown-toggle .top-selected-item {
line-height: 50px;
padding: 0 14px;
color: #444;
display: block;
display: block;
overflow: hidden;
text-overflow: ellipsis;
......@@ -3063,7 +3064,12 @@ a.forgot-pass {
display: block;
position: relative;
}
.select2type-results.no-icon a {
padding: 12px 15px;
}
.select2type-results.no-icon .dropdown-item:before{
}
.select2type-results .dropdown-item:before{
position: absolute ;
display: block;
......@@ -3087,7 +3093,9 @@ a.forgot-pass {
.select2type-results .icontype_filled:before{
background: url('../images/filled.png') no-repeat top left;
}
.select2type-results.no-icon .dropdown-item:before{
content : none;
}
/*All Jobs Page End*/
/*View Applicants*/
......
......@@ -198,7 +198,7 @@
<span class="top-selected-item"><%= link.getRole().getDescription() %></span>
<span class="select2type_arrow " role="presentation"><b role="presentation"></b></span>
</a>
<div class="dropdown-menu select2type-results" aria-labelledby="dropdownMenuLink<%= link.getID() %>">
<div class="dropdown-menu select2type-results no-icon" aria-labelledby="dropdownMenuLink<%= link.getID() %>">
<%
for (RoleType roleType : link.getAvailableRoles())
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment