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:
parent
e8da0b6506
commit
2340338f6d
|
@ -5,7 +5,7 @@
|
||||||
{% for n, positions in position_groups %}
|
{% for n, positions in position_groups %}
|
||||||
<h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
|
<h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
|
||||||
{% for p in positions|dictsort:"ad.last_name" %}
|
{% 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 %}
|
{% 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>
|
</div>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
|
|
|
@ -398,3 +398,5 @@ tbody tr.plain:first-child th { text-align: left; width: 6em; }
|
||||||
td.ad div { border-bottom: solid #ccc 1px; }
|
td.ad div { border-bottom: solid #ccc 1px; }
|
||||||
|
|
||||||
.milestone { font-style: italic; }
|
.milestone { font-style: italic; }
|
||||||
|
|
||||||
|
.adname { padding-bottom: .5em; line-height: 1em;}
|
||||||
|
|
Loading…
Reference in a new issue