Skip to content

Commit 2340338

Browse files
committed
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 efc5b06
1 parent e8da0b6 commit 2340338

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/doc/document_ballot_content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% for n, positions in position_groups %}
66
<h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
77
{% for p in positions|dictsort:"ad.last_name" %}
8-
<div>
8+
<div class="adname">
99
{% 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 %}
1010
</div>
1111
{% empty %}

static/css/ietf.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,5 @@ tbody tr.plain:first-child th { text-align: left; width: 6em; }
398398
td.ad div { border-bottom: solid #ccc 1px; }
399399

400400
.milestone { font-style: italic; }
401+
402+
.adname { padding-bottom: .5em; line-height: 1em;}

0 commit comments

Comments
 (0)