Fixed style.

This commit is contained in:
Emanuel Schuetze 2011-09-03 14:31:33 +02:00
parent 8ef3d485fe
commit a874e327ac
2 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@
<tr>
<td>{%trans 'Invalid votes' %}</td>
{% for p in polls %}
<td><img src="/static/images/icons/voting-invalid.png" title="{% trans 'Invalid' %}"> {{ p.votesinvalid }}</td>
<td style="white-space:nowrap;"><img src="/static/images/icons/voting-invalid.png" title="{% trans 'Invalid' %}"> {{ p.votesinvalid }}</td>
{% endfor %}
{% if assignment.profile.count > 0 and perms.assignment.can_manage_assignment and assignment.status == "vot" %}
<td></td>
@ -182,7 +182,7 @@
<tr class="total">
<td><b>{%trans 'Votes cast' %}</b></td>
{% for p in polls %}
<td><img src="/static/images/icons/voting-total.png" title="{% trans 'Votes cast' %}"> <b>{{ p.votescast }}</b></td>
<td style="white-space:nowrap;"><img src="/static/images/icons/voting-total.png" title="{% trans 'Votes cast' %}"> <b>{{ p.votescast }}</b></td>
{% endfor %}
{% if assignment.profile.count > 0 and perms.assignment.can_manage_assignment and assignment.status == "vot" %}
<td></td>

View File

@ -344,7 +344,7 @@ button .cancel{
button .ok{
background:url(../images/icons/dialog-ok-apply.png) no-repeat 0px 0px;
}
button .ok-blue{
button .ok-blue, button .apply{
background:url(../images/icons/dialog-ok.png) no-repeat 0px 0px;
}
button .edit{