Skip to content

Commit

Permalink
Merge pull request #318 from edx/andya/ux-bug-fix
Browse files Browse the repository at this point in the history
Fix icon alignment for practice exams
  • Loading branch information
andy-armstrong committed Oct 31, 2016
2 parents 8f11175 + 113ab9f commit 7459f31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions edx_proctoring/templates/practice_exam/entrance.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ <h3>
{% endblocktrans %}
</p>
<button class="gated-sequence start-timed-exam action-primary" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false>
{% trans "Continue to my practice exam" %}
{% trans "Continue to my practice exam" %}
<span class="icon fa fa-arrow-circle-right" aria-hidden="true" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false></span>
<p>
{% blocktrans %}
You will be guided through steps to set up online proctoring software and to perform various checks.
{% endblocktrans %}
</p>

<span class="icon fa fa-arrow-circle-right" aria-hidden="true" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false></span>
</button>
</div>
{% include 'proctored_exam/footer.html' %}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):

setup(
name='edx-proctoring',
version='0.16.0',
version='0.16.1',
description='Proctoring subsystem for Open edX',
long_description=open('README.md').read(),
author='edX',
Expand Down

0 comments on commit 7459f31

Please sign in to comment.