Commit d168842f by Saliya Randunu

S12567691 # Client - Incoming Issues (raised by Client) #Applicant Summary report

parent b01c9dc7
......@@ -55,6 +55,9 @@
border:2px solid #fff;
background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/missinreq.png'); background-size:20px;
}
.essential-requirements-note {height: 34px;border-top: 1px solid #ECECEE;;width:100%;
font-size: 10px;left:0;bottom: 0;padding-top: 15px; }
.red-requirements {color: #F9623D;}
.chart-info-cell{vertical-align: top;}
.chart-info-cell .appli-row {height: 60px; border-bottom: 1px solid #ECECEE; padding-left:17px;line-height: 60px;}
.chart-info-cell .appli-row:last-child {border-bottom: none;}
......@@ -129,6 +132,7 @@
position: relative;
width: 100%;
overflow: hidden;
white-space:nowrap;
}
.like-strive{
font-size: 12px;
......@@ -137,6 +141,7 @@
float: left;
width: 100%;
}
.result-bar ul{
background: none;
......@@ -145,26 +150,30 @@
overflow: hidden;
}
.result-bar li {
display: inline-block;
float: left;
}
.result-bar li:last-child {
margin-right: -0.5px
}
.red-b {
background: #fb5d67 none repeat scroll 0 0 !important;
float: left;
position: relative;
z-index: 10;
/*height: 10px;*/
}
.yellow-b{
background-color: #fedd6f !important;
float: left;
position: relative;
z-index: 10;
/*height: 10px;*/
}
.green-b{
background-color: #41bdb4 !important;
float: left;
position: relative;
z-index: 10;
/*height: 10px;*/
......@@ -189,7 +198,8 @@
}
.req-icon {
float: right;margin-right: 10px;
float: right;
margin-right: 10px;
display: inline-block;
height: 21px;
width: 21px;
......@@ -198,6 +208,13 @@
display: block;
background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/missinreq.png'); background-size:21px;
}
.a-label-row {
margin-bottom: 10px;
}
.detail-tab-row-title .common-dot {
margin-top: 15px;
}
.common-dot{
width: 12px;
......@@ -205,6 +222,11 @@
display: inline-block;
border-radius: 50%;
vertical-align: middle;
float: left;
margin-left: 12px;
}
.red-dot{
background-color: #fabdc1;
......@@ -230,8 +252,14 @@
color: #67696d;
padding-left: 6px;
vertical-align: middle;
text-align: left;
float: left;
width: 75%;
margin-bottom: 10px;
}
@page
{
size: A4 portrait;
......
......@@ -54,7 +54,7 @@
</script>
<div class="main-applicants-filter">
<div class="appli-list-shorting">
<div class="appli-shorting-dropdown appli-left">
<div class="shorting-dropdown appli-left">
<span class="appli-order-label">Bulk Update</span>
<div class="wider-select bullk-app-process">
<tagfile:ormsingleasso_select obj="<%= job %>" assocName="AppStatusWorkFlow" cssClass="form-control app-process" id="AppProcessOption"
......
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