Commit f9ac131b by chenith Committed by Harsh Shah

Application outline page styles updated if requirement test is not applicable.

parent 62cc51cc
......@@ -1804,6 +1804,9 @@ table.pos-table{
border-left: 0;
border-right: 0;
}
.app-thired-block{
border-left: 1px;
}
.block-icon {
position: absolute;
top: -26px;
......@@ -4268,6 +4271,7 @@ img.alert-icon {float: left;}
.apply-job-btn{margin-top: 20px;margin-bottom: 9px;}
.overview-title {font-size: 15px;text-align: center;margin-bottom: 9px;}
.app-second-block {border-left: 2px solid #d3d3d3;border-right: 2px solid #d3d3d3;}
.app-thired-block {border-left: 2px solid #d3d3d3;}
.app-block {margin: 0;border-bottom: 0 none;padding-bottom: 34px;}
.appli-content {width: 100%;text-align: center;margin-bottom: 13px;font-size: 12px;}
.app-block p{line-height: 20px;}
......
......@@ -151,7 +151,7 @@
Suspendisse vitae tempus sem.
</p>
</div>
<div class="<%= (job.getIncludeAssessmentCriteria() ? "col-sm-4 " : "col-sm-6 " ) + "col-xs-12 app-block eq-height last-border"%>">
<div class="<%= (job.getIncludeAssessmentCriteria() ? "col-sm-4 " : "col-sm-6 app-thired-block " ) + "col-xs-12 app-block eq-height last-border"%>">
<div class="block-icon <%= isAssesmentComplete ? "app-outline-complete" : "" %>">
<div class="<%= isAssesmentComplete ? "app-outline-complete-icon" : "app-outline-assesmet-icon" %>"></div>
</div>
......
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