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
dae32bf0
Commit
dae32bf0
authored
Aug 24, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated application smmary details expand toggle.
parent
1cee75af
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
common.css
cmsWebApp/webroot/css/common.css
+2
-2
view_application_tab_applicant.jsp
...nsions/adminportal/inc/view_application_tab_applicant.jsp
+16
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
dae32bf0
...
...
@@ -641,7 +641,7 @@ span.select2-selection.select2-selection--single:focus{
color
:
#4e5258
;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b
{
background-image
:
url('../images/select-down-arrow.
pn
g')
;
background-image
:
url('../images/select-down-arrow.
sv
g')
;
width
:
13px
;
height
:
8px
;
background-repeat
:
no-repeat
;
...
...
@@ -650,7 +650,7 @@ span.select2-selection.select2-selection--single:focus{
margin-top
:
-4px
;
}
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b
{
background-image
:
url('../images/select-top-arrow.
pn
g')
;
background-image
:
url('../images/select-top-arrow.
sv
g')
;
width
:
13px
;
height
:
8px
;
background-repeat
:
no-repeat
;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/view_application_tab_applicant.jsp
View file @
dae32bf0
...
...
@@ -24,6 +24,21 @@
$(tab).addClass('active');
}
$(document).ready(function()
{
$('.expand-box span').click(function() {
var $el = $(this);
if($(this).hasClass('hasarrow')){
$el.find('img').attr('src','images/select-top-arrow.png');
$(this).removeClass('hasarrow');
}
else{
$el.find('img').attr('src','images/select-down-arrow.png');
$(this).addClass('hasarrow');
}
});
});
</script>
<div class="main-applicant-content">
...
...
@@ -96,7 +111,7 @@
<span class="appli-label"><oneit:toString value="<%= factorClass %>" mode="EscapeHTML"/></span>
<span class="appli-percen"><oneit:toString value="<%= roleScoreMap.get(factorClass) %>" mode="TwoDPDouble"/></span>
<span class="expand-box">
<span><img src="images/select-top
-arrow.png"></span>
<span class="hasarrow"><img src="images/select-down
-arrow.png"></span>
</span>
</div>
...
...
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