Commit 6cf7d50d by Saliya Randunu

fix space and alignment issue in applicant view page

parent 2544f1cf
......@@ -3382,7 +3382,10 @@ span.export-candidate,span.appli-status-short{
margin-top: 0;
background-color: #f7f7f8;
box-shadow: inset 1px 0 0 0 #dddddd;
padding: 0 11px 25px 11px;
}
.width50 {width: 50%; float: left;}
.common-dot{
width: 12px;
height: 12px;
......@@ -3411,7 +3414,7 @@ span.export-candidate,span.appli-status-short{
}
.r-y-label{
font-size: 11px;
font-size: 10px;
color: #67696d;
padding-left: 6px;
vertical-align: middle;
......
......@@ -267,7 +267,7 @@
continue;
}
%>
<div class="col-md-6 col-sm-6 col-xs-6 text-left">
<div class="width50 text-left">
<div class="a-label-row">
<span class="r-y-label pre-dot"><%= ct.getDescription() %></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