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
ea36bd79
Commit
ea36bd79
authored
Oct 10, 2017
by
chenith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated HT004 : Fix graphs collor.
parent
1232e1ff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
common.css
cmsWebApp/webroot/css/common.css
+3
-3
view_application_tab_applicant.jsp
...nsions/adminportal/inc/view_application_tab_applicant.jsp
+1
-1
view_application.jsp
...ebApp/webroot/extensions/adminportal/view_application.jsp
+4
-4
No files found.
cmsWebApp/webroot/css/common.css
View file @
ea36bd79
...
@@ -3258,21 +3258,21 @@ input.add-note-btn:hover{
...
@@ -3258,21 +3258,21 @@ input.add-note-btn:hover{
padding
:
0
!important
;
padding
:
0
!important
;
}
}
.red-b
{
.red-b
{
background
:
#f
9623d
none
repeat
scroll
0
0
!important
;
background
:
#f
b5d67
none
repeat
scroll
0
0
!important
;
float
:
left
;
float
:
left
;
position
:
relative
;
position
:
relative
;
z-index
:
10
;
z-index
:
10
;
/*height: 10px;*/
/*height: 10px;*/
}
}
.yellow-b
{
.yellow-b
{
background-color
:
#f
fd14c
!important
;
background-color
:
#f
edd6f
!important
;
float
:
left
;
float
:
left
;
position
:
relative
;
position
:
relative
;
z-index
:
10
;
z-index
:
10
;
/*height: 10px;*/
/*height: 10px;*/
}
}
.green-b
{
.green-b
{
background-color
:
#
03ac66
!important
;
background-color
:
#
41bdb4
!important
;
float
:
left
;
float
:
left
;
position
:
relative
;
position
:
relative
;
z-index
:
10
;
z-index
:
10
;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/view_application_tab_applicant.jsp
View file @
ea36bd79
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
%>
%>
<div class="col-sm-4 col-xs-12 text-center thr-block requirement-fit" href="#3a" data-toggle="tab" id="progress3" onClick="tabToggle('#tab3','.requirement-fit')">
<div class="col-sm-4 col-xs-12 text-center thr-block requirement-fit" href="#3a" data-toggle="tab" id="progress3" onClick="tabToggle('#tab3','.requirement-fit')">
<label class="progress-label">requirements</label>
<label class="progress-label">requirements</label>
<div class="percent-
blue
fixed-width">
<div class="percent-
yellow
fixed-width">
<p style="display:none;"><oneit:toString value="<%= jobApplication.getRequirementFitScore() %>" mode="TwoDPDouble" /></p>
<p style="display:none;"><oneit:toString value="<%= jobApplication.getRequirementFitScore() %>" mode="TwoDPDouble" /></p>
</div>
</div>
<div class="row four-label">
<div class="row four-label">
...
...
cmsWebApp/webroot/extensions/adminportal/view_application.jsp
View file @
ea36bd79
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
valElement: 'p',
valElement: 'p',
strokeWidth: 15,
strokeWidth: 15,
bgColor: '#e5e8eb',
bgColor: '#e5e8eb',
ringColor: '#f
9623d
',
ringColor: '#f
b5d67
',
textColor: '#4a4a4a',
textColor: '#4a4a4a',
fontSize: '30px',
fontSize: '30px',
fontWeight: 'normal',
fontWeight: 'normal',
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
valElement: 'p',
valElement: 'p',
strokeWidth: 15,
strokeWidth: 15,
bgColor: '#e5e8eb',
bgColor: '#e5e8eb',
ringColor: '#f
fd14c
',
ringColor: '#f
edd6f
',
textColor: '#4a4a4a',
textColor: '#4a4a4a',
fontSize: '30px',
fontSize: '30px',
fontWeight: 'normal',
fontWeight: 'normal',
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
valElement: 'p',
valElement: 'p',
strokeWidth: 15,
strokeWidth: 15,
bgColor: '#e5e8eb',
bgColor: '#e5e8eb',
ringColor: '#
03ac66
',
ringColor: '#
41bdb4
',
textColor: '#4a4a4a',
textColor: '#4a4a4a',
fontSize: '30px',
fontSize: '30px',
fontWeight: 'normal',
fontWeight: 'normal',
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
fontWeight: 'normal',
fontWeight: 'normal',
showPercent: false
showPercent: false
});
});
$('.percent-
blue
').percentageLoader({
$('.percent-
yellow
').percentageLoader({
valElement: 'p',
valElement: 'p',
strokeWidth: 15,
strokeWidth: 15,
bgColor: '#e5e8eb',
bgColor: '#e5e8eb',
...
...
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