Commit 3e95ff83 by Nilu

minor changes to job match assessment, changing opacity once answer is selected

parent 0e8b6a42
......@@ -1926,6 +1926,7 @@ table.pos-table{
padding: 28px 70px;
display: inline-block;
width: 100%;
transition: 0.3s all ease-in-out;
/*margin-bottom: 87px;*/
}
.main-sc-section-bottom{
......
......@@ -77,7 +77,7 @@
function gotoNextQuestion(questionNumber, actualNumber, completeApplication, answerNo)
{
$('.answer_radio').prop('disabled', true);
$('.main-sc-section').css('opacity','0.6');
var radioid = "#" + answerNo;
$(radioid).closest('li').addClass(" active ");
......
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