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
b01c9dc7
Commit
b01c9dc7
authored
Nov 23, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S12706948 # Client - Incoming Issues (raised by Client) #HT003 UI Issues
parent
a69579cb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
7 deletions
+46
-7
common.css
cmsWebApp/webroot/css/common.css
+33
-4
applicant_report.jsp
...p/webroot/extensions/adminportal/inc/applicant_report.jsp
+11
-1
job_title_bar.jsp
...bApp/webroot/extensions/adminportal/inc/job_title_bar.jsp
+2
-2
No files found.
cmsWebApp/webroot/css/common.css
View file @
b01c9dc7
...
@@ -3104,9 +3104,16 @@ a.forgot-pass {
...
@@ -3104,9 +3104,16 @@ a.forgot-pass {
margin-bottom
:
15px
;
margin-bottom
:
15px
;
}
}
.chief-officer
span
{
.chief-officer
span
{
color
:
#ffffff
;
font-family
:
"Usual-Light"
;
font-family
:
"Usual-Light"
;
}
}
.chief-officer
a
{
color
:
#ffffff
;}
.chief-officer
span
.ref-no
{
color
:
#8E97A0
;
}
.chief-officer
.officer-logo
{
.chief-officer
.officer-logo
{
margin-right
:
12px
;
margin-right
:
12px
;
position
:
relative
;
position
:
relative
;
...
@@ -3174,6 +3181,26 @@ span.ex-management {
...
@@ -3174,6 +3181,26 @@ span.ex-management {
color
:
#ffffff
;
color
:
#ffffff
;
font-size
:
11px
;
font-size
:
11px
;
font-weight
:
700
;
font-weight
:
700
;
vertical-align
:
middle
;
}
.job-status-appli
.status-icon
{
height
:
20px
;
width
:
20px
;
display
:
inline-block
;
border-radius
:
50%
;
margin
:
-5px
5px
;
}
.status-icon.open
{
border
:
4px
solid
#03AC66
;
}
.status-icon.closed
{
border
:
4px
solid
#f9623d
;
}
.status-icon.filled
{
border
:
4px
solid
#f9623d
;
}
}
.applicant-right-status
{
.applicant-right-status
{
text-align
:
right
;
text-align
:
right
;
...
@@ -4220,7 +4247,7 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
...
@@ -4220,7 +4247,7 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
position
:
relative
;
position
:
relative
;
width
:
100%
;
width
:
100%
;
}
}
.appli-list-shorting
.shorting-dropdown
{
width
:
180px
;}
.appli-list-shorting
.shorting-dropdown
{
width
:
180px
;
margin
:
20px
10px
10px
0
;
}
.appli-dropdown
{
.appli-dropdown
{
display
:
inline-block
;
display
:
inline-block
;
}
}
...
@@ -4229,7 +4256,7 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
...
@@ -4229,7 +4256,7 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
position
:
absolute
;
position
:
absolute
;
/*right: 0;*/
/*right: 0;*/
text-align
:
center
;
text-align
:
center
;
top
:
42
px
;
top
:
55
px
;
}
}
.appli-filter
li
{
.appli-filter
li
{
display
:
inline-block
;
display
:
inline-block
;
...
@@ -4491,7 +4518,9 @@ span.right-img {
...
@@ -4491,7 +4518,9 @@ span.right-img {
display
:
inline-block
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
}
}
.checkbox-list.select-all
label
{
color
:
#8E97A0
;}
.checkbox-list.select-all
input
{
margin-left
:
-16px
;}
.checkbox-list.select-all
label
{
color
:
#8E97A0
;
padding-left
:
18px
;
margin-bottom
:
15px
;}
.checkbox-list.select-all
label
::before
{
position
:
absolute
}
.checkbox-list
label
::before
{
.checkbox-list
label
::before
{
content
:
""
;
content
:
""
;
display
:
inline-block
;
display
:
inline-block
;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/applicant_report.jsp
View file @
b01c9dc7
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
continue;
continue;
}
}
%>
%>
<div style="width: 4
0%;">
<div style="width: 10
0%;">
<div class="a-label-row">
<div class="a-label-row">
<span class="r-y-label pre-dot"><%= ct.getDescription() %></span>
<span class="r-y-label pre-dot"><%= ct.getDescription() %></span>
<%
<%
...
@@ -138,7 +138,17 @@
...
@@ -138,7 +138,17 @@
}
}
}
}
%>
%>
</div>
<%if(missingReq) {%>
<div class="essential-requirements-note red-requirements">
<span>Does not meet essential requirements</span>
</div>
</div>
<%
}
%>
</td>
</td>
<td class="chart-info-cell">
<td class="chart-info-cell">
<%
<%
...
...
cmsWebApp/webroot/extensions/adminportal/inc/job_title_bar.jsp
View file @
b01c9dc7
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
if(job.getReferenceNumber() != null)
if(job.getReferenceNumber() != null)
{
{
%>
%>
(<oneit:toString value="<%= job.getReferenceNumber() %>" mode="EscapeHTML" />)
<span class="ref-no">(<oneit:toString value="<%= job.getReferenceNumber() %>" mode="EscapeHTML" />)</span>
<%
<%
}
}
%>
%>
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
%>
%>
</span>
</span>
<span class="job-status-appli">
<span class="job-status-appli">
<span class="<%= job.getJobStatus().getName().toLowerCase() + "
-
status-icon" %>"></span>
<span class="<%= job.getJobStatus().getName().toLowerCase() + "
status-icon" %>"></span>
<oneit:toString value="<%= job.getJobStatusText() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= job.getJobStatusText() %>" mode="EscapeHTML"/>
</span>
</span>
...
...
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