diff --git a/ietf/templates/doc/document_ballot_content.html b/ietf/templates/doc/document_ballot_content.html index 5aeaa1148..ddfcb6a7b 100644 --- a/ietf/templates/doc/document_ballot_content.html +++ b/ietf/templates/doc/document_ballot_content.html @@ -5,7 +5,7 @@ {% for n, positions in position_groups %}

{{ n.name }}

{% for p in positions|dictsort:"ad.last_name" %} -
+
{% if p.old_ad %}({% endif %}{% if p.comment or p.discuss %}{% endif %}{{ p.ad.plain_name }}{% if p.comment or p.discuss %}{% endif %}{% if p.old_ad %}){% endif %}
{% empty %} diff --git a/static/css/ietf.css b/static/css/ietf.css index 247fea1b5..5d59ef557 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -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;}