Commit b01c9dc7 by Saliya Randunu

S12706948 # Client - Incoming Issues (raised by Client) #HT003 UI Issues

parent a69579cb
......@@ -3104,9 +3104,16 @@ a.forgot-pass {
margin-bottom: 15px;
}
.chief-officer span{
color: #ffffff;
font-family: "Usual-Light";
}
.chief-officer a{
color: #ffffff;}
.chief-officer span.ref-no{
color: #8E97A0;
}
.chief-officer .officer-logo {
margin-right: 12px;
position: relative;
......@@ -3174,6 +3181,26 @@ span.ex-management {
color: #ffffff;
font-size: 11px;
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{
text-align: right;
......@@ -4220,7 +4247,7 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
position: relative;
width: 100%;
}
.appli-list-shorting .shorting-dropdown {width: 180px;}
.appli-list-shorting .shorting-dropdown {width: 180px;margin: 20px 10px 10px 0;}
.appli-dropdown{
display: inline-block;
}
......@@ -4229,7 +4256,7 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
position: absolute;
/*right: 0;*/
text-align: center;
top: 42px;
top: 55px;
}
.appli-filter li {
display: inline-block;
......@@ -4491,7 +4518,9 @@ span.right-img {
display: inline-block;
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 {
content: "";
display: inline-block;
......
......@@ -112,7 +112,7 @@
continue;
}
%>
<div style="width: 40%;">
<div style="width: 100%;">
<div class="a-label-row">
<span class="r-y-label pre-dot"><%= ct.getDescription() %></span>
<%
......@@ -138,7 +138,17 @@
}
}
%>
</div>
<%if(missingReq) {%>
<div class="essential-requirements-note red-requirements">
<span>Does not meet essential requirements</span>
</div>
<%
}
%>
</td>
<td class="chart-info-cell">
<%
......
......@@ -51,7 +51,7 @@
if(job.getReferenceNumber() != null)
{
%>
&nbsp;(<oneit:toString value="<%= job.getReferenceNumber() %>" mode="EscapeHTML" />)
<span class="ref-no">(<oneit:toString value="<%= job.getReferenceNumber() %>" mode="EscapeHTML" />)</span>
<%
}
%>
......@@ -99,7 +99,7 @@
%>
</span>
<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"/>
</span>
......
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