Small fixes in html templates

This commit is contained in:
Alexandre Aubin 2017-03-11 23:02:58 -05:00
parent 4fb604a156
commit 524268961c

View file

@ -17,7 +17,7 @@
background: #333333;
}
.container {
width:1200px;
width:1400px;
}
.pr-title {
white-space: nowrap;
@ -76,7 +76,7 @@
</thead>
<tbody>
{% for pr in data.prs %}
<tr class="{% for team in pr.teams %}team-{{ team }}{% endfor %}">
<tr class="{% for team in pr.teams %}team-{{ team }} {% endfor %}">
<td>
<center><a class="btn
{% if pr.priority >= 100 %}btn-warning{% else %}