Improve styling and naming of the answer copy button

This commit is contained in:
Raphael Michel
2016-11-10 22:37:46 +01:00
parent 79c65496b9
commit 8e8aab43d3
3 changed files with 6 additions and 3 deletions

View File

@@ -54,7 +54,7 @@
</a>
{% if forloop.counter > 1 %}
<span class="text-right pull-right">
<input type="button" data-id="{{ forloop.counter0 }}" name="copy" class="js-copy-answers btn btn-block" value='{% trans "Copy answers from above" %}'>
<input type="button" data-id="{{ forloop.counter0 }}" name="copy" class="js-copy-answers btn btn-default btn-xs" value='{% trans "Copy answers from above" %}'>
</span>
{% endif %}
</h4>