Merged in [9809] from lars@netapp.com:

Add some whitespace to make wrapping AD names in ballots a bit easier to read.
 - Legacy-Id: 9823
Note: SVN reference [9809] has been migrated to Git commit efc5b066464d11925ae7864fbeddf03de50dc210
This commit is contained in:
Henrik Levkowetz 2015-07-20 12:43:26 +00:00
parent e8da0b6506
commit 2340338f6d
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@
{% for n, positions in position_groups %}
<h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
{% for p in positions|dictsort:"ad.last_name" %}
<div>
<div class="adname">
{% if p.old_ad %}<span class="text-muted">({% endif %}{% if p.comment or p.discuss %}<a href="#{{ p.ad.plain_name|slugify }}">{% endif %}{{ p.ad.plain_name }}{% if p.comment or p.discuss %}</a>{% endif %}{% if p.old_ad %})</span>{% endif %}
</div>
{% empty %}

View file

@ -398,3 +398,5 @@ tbody tr.plain:first-child th { text-align: left; width: 6em; }
td.ad div { border-bottom: solid #ccc 1px; }
.milestone { font-style: italic; }
.adname { padding-bottom: .5em; line-height: 1em;}