Commit d168842f by Saliya Randunu

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

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