diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index d2c1938..4fbb8a8 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -456,4 +456,4 @@ ul, li { #panel2 .col-md-2, #panel2 .col-md-10{ padding-left: 0; -} +} \ No newline at end of file diff --git a/exam/static/css/exam.css b/exam/static/css/exam.css new file mode 100644 index 0000000..eeb0bc3 --- /dev/null +++ b/exam/static/css/exam.css @@ -0,0 +1,3 @@ +.primary-label-TF{ + padding-left: 0px; +} \ No newline at end of file diff --git a/exam/static/js/Exam.js b/exam/static/js/Exam.js index 577d3ca..bddfa14 100644 --- a/exam/static/js/Exam.js +++ b/exam/static/js/Exam.js @@ -28,7 +28,9 @@ ''+ ''+ '
'+ - ''+ + '
'+ + ''+ + '
'+ '
'+ ''; } else if (elem.value == 1) { @@ -43,9 +45,8 @@ '
'+ ''+ '
'+ - '
'+ - '
'+ - '
'+ - '
'+ - '
'+ '
'+ + '
'+ '
'+ - ''+ + '
'+ + ''+ + '
'+ '
'+ '
'; } else if (elem.value == 3) { @@ -88,6 +90,7 @@ $('#questionChoice_'+ questionType_id).detach(); } $(questionChoice).insertBefore('#hr_'+questionType_id); + $('.primary-label-TF').css('padding-left', '0px'); $.material.init() //O material deve ser iniciado aqui para funcionar os botoes de radio. } //Bug quando criamos sem ser na ordem @@ -106,7 +109,7 @@ function functionNewAlternativeTF(Question_Id){ var alternative = parseInt($("div").last().val()) + 1; var element = '
'+ - '
'; $(Question_Id).append(element); + $('.primary-label-TF').css('padding-left', '0px'); $.material.init() //O material deve ser iniciado aqui para funcionar os botoes de radio. } \ No newline at end of file -- libgit2 0.21.2