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
34777d52
Commit
34777d52
authored
Nov 13, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S12519672 # Client - Incoming Issues (raised by Client) #Wrap on step title causes bad alignment
parent
e638d182
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
common.css
cmsWebApp/webroot/css/common.css
+8
-1
applicant_view_tabs.jsp
...ebroot/extensions/adminportal/inc/applicant_view_tabs.jsp
+4
-0
No files found.
cmsWebApp/webroot/css/common.css
View file @
34777d52
...
...
@@ -3609,6 +3609,7 @@ input.add-note-btn:hover{
border-radius
:
3px
3px
0
0px
;
position
:
relative
;
border-bottom
:
none
;
height
:
85px
;
}
.int-timeline
li
.incomplete
{
border
:
1px
solid
#324150
;
border-bottom
:
0
;
background-color
:
transparent
;
color
:
#7B8DA0
;
margin-right
:
25px
;}
.int-timeline
li
.incomplete
a
{
background-color
:
transparent
;}
...
...
@@ -3634,6 +3635,12 @@ input.add-note-btn:hover{
width
:
96px
;
text-align
:
center
;
font-family
:
"Usual-Medium"
;
height
:
80px
;
}
.int-timeline
li
a
div
.app-b-title
{
font-family
:
"Usual-Medium"
;
width
:
100%
;
position
:
absolute
;
top
:
51px
;
}
.int-timeline
li
.has-applicant.inactive
a
:hover
{
color
:
#ffffff
;
...
...
@@ -3648,7 +3655,7 @@ input.add-note-btn:hover{
font-size
:
11px
;
font-weight
:
bold
;
position
:
relative
;
padding-top
:
1
3
px
;
padding-top
:
1
1
px
;
}
.int-timeline
li
.interview-tran-btn
{
background-color
:
transparent
;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/applicant_view_tabs.jsp
View file @
34777d52
...
...
@@ -34,7 +34,9 @@
<span>
<oneit:toString value="<%= noOfIncomplete %>" mode="Integer" />
</span>
<div class="app-b-title">
<%= job.getWorkFlowBySortOrder(1) %>
</div>
</oneit:button>
</li>
<%
...
...
@@ -50,7 +52,9 @@
<span>
<oneit:toString value="<%= noOfCandidates %>" mode="Integer" />
</span>
<div class="app-b-title">
<%= workflow.getName() %>
</div>
</oneit:button>
</li>
<%
...
...
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