Commit 2ff58003 by chenith

HT004 - Role Fit **detail** - accordion toggles are in the correct direction.…

HT004 - Role Fit **detail** - accordion toggles are in the correct direction. summary styles updated.
parent 9277bd34
......@@ -2850,12 +2850,12 @@ span.export-candidate,span.appli-status-short{
.role-fit {
background: #fff none repeat scroll 0 0;
}
.role-fit .progress-label{
/*.role-fit .progress-label{
font-size: 16px;
letter-spacing: 1.5px;
color: #4a4a4a;
margin-top: 18px;
}
}*/
.thr-block.culture-fit, .thr-block.requirement-fit {
margin-top: 0;
background-color: #f7f7f8;
......
......@@ -25,11 +25,13 @@
$(this).css("margin-top", 0);
$(this).css("padding-top", 0);
$(this).css("background-color", "#f7f7f8");
$(this).parent().find(".progress-label").css("font-size", "12px");
});
$(selectDiv).css("margin-top", -10);
$(selectDiv).css("padding-top", "10px")
$(selectDiv).css("padding-top", "5px")
$(selectDiv).css("background", "#fff");
$(selectDiv).find(":first").css("font-size", "16px");
$(".nav-justified li").each(function() {
$(this).removeClass('active');
......@@ -202,7 +204,7 @@
</span>
</div>
<div class="expand-hide-tag" style="display: block;">
<div class="expand-hide-tag">
<%
for(FactorLevelLink factorLevelLink : factorDetails.keySet())
{
......
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