Commit 34777d52 by Saliya Randunu

S12519672 # Client - Incoming Issues (raised by Client) #Wrap on step title causes bad alignment

parent e638d182
...@@ -3609,6 +3609,7 @@ input.add-note-btn:hover{ ...@@ -3609,6 +3609,7 @@ input.add-note-btn:hover{
border-radius: 3px 3px 0 0px; border-radius: 3px 3px 0 0px;
position: relative; position: relative;
border-bottom: none; 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 {border: 1px solid #324150; border-bottom: 0; background-color: transparent;color : #7B8DA0; margin-right: 25px;}
.int-timeline li.incomplete a { background-color: transparent;} .int-timeline li.incomplete a { background-color: transparent;}
...@@ -3634,6 +3635,12 @@ input.add-note-btn:hover{ ...@@ -3634,6 +3635,12 @@ input.add-note-btn:hover{
width: 96px; width: 96px;
text-align: center; text-align: center;
font-family: "Usual-Medium"; 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 { .int-timeline li.has-applicant.inactive a:hover {
color: #ffffff; color: #ffffff;
...@@ -3648,7 +3655,7 @@ input.add-note-btn:hover{ ...@@ -3648,7 +3655,7 @@ input.add-note-btn:hover{
font-size: 11px; font-size: 11px;
font-weight: bold; font-weight: bold;
position: relative; position: relative;
padding-top: 13px; padding-top: 11px;
} }
.int-timeline li.interview-tran-btn{ .int-timeline li.interview-tran-btn{
background-color: transparent; background-color: transparent;
......
...@@ -34,7 +34,9 @@ ...@@ -34,7 +34,9 @@
<span> <span>
<oneit:toString value="<%= noOfIncomplete %>" mode="Integer" /> <oneit:toString value="<%= noOfIncomplete %>" mode="Integer" />
</span> </span>
<div class="app-b-title">
<%= job.getWorkFlowBySortOrder(1) %> <%= job.getWorkFlowBySortOrder(1) %>
</div>
</oneit:button> </oneit:button>
</li> </li>
<% <%
...@@ -50,7 +52,9 @@ ...@@ -50,7 +52,9 @@
<span> <span>
<oneit:toString value="<%= noOfCandidates %>" mode="Integer" /> <oneit:toString value="<%= noOfCandidates %>" mode="Integer" />
</span> </span>
<div class="app-b-title">
<%= workflow.getName() %> <%= workflow.getName() %>
</div>
</oneit:button> </oneit:button>
</li> </li>
<% <%
......
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