From 2340338f6d03f15378248122222dc84cbf801741 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 20 Jul 2015 12:43:26 +0000 Subject: [PATCH] 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 --- ietf/templates/doc/document_ballot_content.html | 2 +- static/css/ietf.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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;}