Commit 17f9ba84c199ec7b9cd2ac23d9f5bc43cc883825
1 parent
7e4e3dd5
Exists in
master
and in
3 other branches
Changed font size in groups
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
students_group/templates/groups/index.html
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | </h4> |
47 | 47 | |
48 | 48 | <div class="col-md-5 pull-right category-card-items"> |
49 | - <a href="" id="moreActions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
49 | + <a href="" id="moreActions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
50 | 50 | <i class="fa fa-ellipsis-v" aria-hidden="true"></i> |
51 | 51 | </a> |
52 | 52 | <ul class="dropdown-menu pull-right" aria-labelledby="moreActions"> |
... | ... | @@ -67,8 +67,8 @@ |
67 | 67 | {{ group.description }} |
68 | 68 | {% endautoescape %} |
69 | 69 | |
70 | - <h3>{% trans 'Participant(s)' %}: </h3> | |
71 | - | |
70 | + <h4>{% trans 'Participant(s)' %}: </h4> | |
71 | + | |
72 | 72 | <ul class="list-inline"> |
73 | 73 | {% for user in group.participants.all %} |
74 | 74 | <li class="list-inline-item text-center col-lg-2 col-md-2 col-sm-2 col-xs-3"> |
... | ... | @@ -86,4 +86,4 @@ |
86 | 86 | </div> |
87 | 87 | |
88 | 88 | <script type="text/javascript" src="{% static 'js/category.js' %}"></script> |
89 | -{% endblock %} | |
90 | 89 | \ No newline at end of file |
90 | +{% endblock %} | ... | ... |