Commit 17f9ba84c199ec7b9cd2ac23d9f5bc43cc883825

Authored by Gustavo
1 parent 7e4e3dd5

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,7 +46,7 @@
46 </h4> 46 </h4>
47 47
48 <div class="col-md-5 pull-right category-card-items"> 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 <i class="fa fa-ellipsis-v" aria-hidden="true"></i> 50 <i class="fa fa-ellipsis-v" aria-hidden="true"></i>
51 </a> 51 </a>
52 <ul class="dropdown-menu pull-right" aria-labelledby="moreActions"> 52 <ul class="dropdown-menu pull-right" aria-labelledby="moreActions">
@@ -67,8 +67,8 @@ @@ -67,8 +67,8 @@
67 {{ group.description }} 67 {{ group.description }}
68 {% endautoescape %} 68 {% endautoescape %}
69 69
70 - <h3>{% trans 'Participant(s)' %}: </h3>  
71 - 70 + <h4>{% trans 'Participant(s)' %}: </h4>
  71 +
72 <ul class="list-inline"> 72 <ul class="list-inline">
73 {% for user in group.participants.all %} 73 {% for user in group.participants.all %}
74 <li class="list-inline-item text-center col-lg-2 col-md-2 col-sm-2 col-xs-3"> 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,4 +86,4 @@
86 </div> 86 </div>
87 87
88 <script type="text/javascript" src="{% static 'js/category.js' %}"></script> 88 <script type="text/javascript" src="{% static 'js/category.js' %}"></script>
89 -{% endblock %}  
90 \ No newline at end of file 89 \ No newline at end of file
  90 +{% endblock %}