Skip to content

Commit 7febad6

Browse files
committed
Fix submit button margins
1 parent 3562918 commit 7febad6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

access/templates/access/accept_general_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{% endif %}
4949

5050
{% if post_url or not result.accepted %}
51-
<div class="form-group">
51+
<div class="form-group mt-3">
5252
<input type="submit" value="{% trans 'SUBMIT' %}" class="btn btn-primary aplus-submit" />
5353
</div>
5454
{% endif %}

access/templates/access/accept_git_form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
</label>
77
<input type="text" id="git_id" name="git" class="form-control" />
88
{% if not exercise.no_git_reminder %}
9-
<p class="help-block">
9+
<p class="help-block mb-0">
1010
{% trans "GIT_WORKFLOW_REMINDER" %}
1111
</p>
1212
{% endif %}
1313
</div>
1414
{% if post_url or not result.accepted %}
15-
<div class="form-group">
15+
<div class="form-group mt-3">
1616
<input type="submit" id="git_submit" value="{% trans 'SUBMIT' %}" class="btn btn-primary aplus-submit" />
1717
</div>
1818
{% endif %}

access/templates/access/accept_git_user.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
</div>
2323
{% endif %}
2424
{% if not exercise.no_git_reminder %}
25-
<p class="help-block">
25+
<p class="help-block mb-0">
2626
{% trans "GIT_WORKFLOW_REMINDER" %}
2727
</p>
2828
{% endif %}
2929
{% if post_url or not result.accepted %}
30-
<div class="form-group">
30+
<div class="form-group mt-3">
3131
<input type="submit" class="btn btn-primary aplus-submit" value="{% trans 'GIT_REQUEST_GRADING_OF_REPO' %}" />
3232
</div>
3333
{% endif %}

access/templates/access/accept_post_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
{% endfor %}
2020
{% if post_url or not result.accepted %}
21-
<div class="form-group">
21+
<div class="form-group mt-3">
2222
<input type="submit" value="{% trans 'SUBMIT' %}" class="btn btn-primary aplus-submit" />
2323
</div>
2424
{% endif %}

0 commit comments

Comments
 (0)