Commit 4fda1111 by Saliya Randunu

fixed dropdown list issues in Teammates list

parent 09206865
...@@ -2999,13 +2999,14 @@ a.forgot-pass { ...@@ -2999,13 +2999,14 @@ a.forgot-pass {
cursor: pointer; cursor: pointer;
display: block; display: block;
position: relative; position: relative;
text-align: left;
} }
.select2type .dropdown-toggle .top-selected-item { .select2type .dropdown-toggle .top-selected-item {
line-height: 50px; line-height: 50px;
padding: 0 14px; padding: 0 14px;
color: #444; color: #444;
display: block; display: block;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
...@@ -3063,7 +3064,12 @@ a.forgot-pass { ...@@ -3063,7 +3064,12 @@ a.forgot-pass {
display: block; display: block;
position: relative; position: relative;
} }
.select2type-results.no-icon a {
padding: 12px 15px;
}
.select2type-results.no-icon .dropdown-item:before{
}
.select2type-results .dropdown-item:before{ .select2type-results .dropdown-item:before{
position: absolute ; position: absolute ;
display: block; display: block;
...@@ -3087,7 +3093,9 @@ a.forgot-pass { ...@@ -3087,7 +3093,9 @@ a.forgot-pass {
.select2type-results .icontype_filled:before{ .select2type-results .icontype_filled:before{
background: url('../images/filled.png') no-repeat top left; background: url('../images/filled.png') no-repeat top left;
} }
.select2type-results.no-icon .dropdown-item:before{
content : none;
}
/*All Jobs Page End*/ /*All Jobs Page End*/
/*View Applicants*/ /*View Applicants*/
......
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
<span class="top-selected-item"><%= link.getRole().getDescription() %></span> <span class="top-selected-item"><%= link.getRole().getDescription() %></span>
<span class="select2type_arrow " role="presentation"><b role="presentation"></b></span> <span class="select2type_arrow " role="presentation"><b role="presentation"></b></span>
</a> </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()) 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