diff --git a/problem_builder/public/css/questionnaire.css b/problem_builder/public/css/questionnaire.css index 16ec5b8d..d99dd3d0 100644 --- a/problem_builder/public/css/questionnaire.css +++ b/problem_builder/public/css/questionnaire.css @@ -154,3 +154,10 @@ right: auto; left: 3px; } + +.assessment-question-block .submit button.step-overall-checkmark { + border: 0; + padding: 0; + background: none; + box-shadow: none !important; +} diff --git a/problem_builder/templates/html/mentoring_with_steps.html b/problem_builder/templates/html/mentoring_with_steps.html index 19a1ce10..ffdfa008 100644 --- a/problem_builder/templates/html/mentoring_with_steps.html +++ b/problem_builder/templates/html/mentoring_with_steps.html @@ -14,9 +14,9 @@

{{ title }}

{% endfor %}
- + data-label_partial="{% trans "Partially correct" %}"> diff --git a/setup.py b/setup.py index bccd6021..392cc659 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # Constants ######################################################### -VERSION = '3.4.8' +VERSION = '3.4.9' # Functions #########################################################