diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index 06d52fc9..6bd763d1 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -162,7 +162,7 @@ } .physics-answer-list input:checked::after { - margin-top: -5px; + transform: translateY(-20px); margin-left: 20px; content: "True" }