Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
4fda1111
Commit
4fda1111
authored
Nov 28, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed dropdown list issues in Teammates list
parent
09206865
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
common.css
cmsWebApp/webroot/css/common.css
+9
-1
manage_users.jsp
cmsWebApp/webroot/extensions/adminportal/manage_users.jsp
+1
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
4fda1111
...
...
@@ -2999,6 +2999,7 @@ a.forgot-pass {
cursor
:
pointer
;
display
:
block
;
position
:
relative
;
text-align
:
left
;
}
.select2type
.dropdown-toggle
.top-selected-item
{
...
...
@@ -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*/
...
...
cmsWebApp/webroot/extensions/adminportal/manage_users.jsp
View file @
4fda1111
...
...
@@ -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())
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment