Commit 74e2d0d8 by Saliya Randunu

changes to view applicant page

parent 0af10f36
...@@ -3550,7 +3550,7 @@ input.add-note-btn:hover{ ...@@ -3550,7 +3550,7 @@ input.add-note-btn:hover{
top: 43%; top: 43%;
z-index: 10; z-index: 10;
} }
.int-timeline li:last-child a:after,.int-timeline li:nth-child(3) a:after { .int-timeline li:last-child a:after {
background: none; background: none;
} }
/*.int-timeline li:nth-child(2) a:after { /*.int-timeline li:nth-child(2) a:after {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<%@ page import="oneit.utils.filter.*"%> <%@ page import="oneit.utils.filter.*"%>
<oneit:dynIncluded> <oneit:dynIncluded>
<% <%
Job job = (Job) process.getAttribute("Job"); Job job = (Job) process.getAttribute("Job");
if(job == null && request.getParameter("JobID") != null) if(job == null && request.getParameter("JobID") != null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment