Commit 6b8cf59fc7222ed8c63295665590b297d9d24a73
1 parent
6807c6aa
Exists in
master
and in
2 other branches
Align subject acess button
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
subjects/templates/subjects/subject_card.html
... | ... | @@ -82,7 +82,7 @@ |
82 | 82 | {% if show_buttons %} |
83 | 83 | |
84 | 84 | {% if has_subject_view_permissions %} |
85 | - <div class="subject_access_btn"> | |
85 | + <div class="col-sm-12 col-xs-12 subject_access_btn" style="text-align:center"> | |
86 | 86 | <a href="{% url 'subjects:view' subject.slug %}" class="btn btn-success btn-raised"> {% trans "Access Subject" %}</a> |
87 | 87 | </div> |
88 | 88 | {% elif subject.subscribe_end|aftertoday %} | ... | ... |