Skip to content

Commit 8c8f526

Browse files
committed
Tweak the IESG agenda page for better placement of IPR information; requested by Russ. Also align the ballot graphics.
- Legacy-Id: 2228
1 parent 585545b commit 8c8f526

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

ietf/templates/iesg/agenda.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@
4040
.agenda #section1 h3, #section6 h3 { margin-top:0; margin-bottom:0; }
4141
.agenda noh3 { margin-left: 30px; }
4242
.agenda h4 { margin-top: 0; margin-bottom: 0; }
43+
.agenda h5 { font-size: inherit; margin: 1em 0;}
4344
.agenda #section23 p, #section4 p { margin-left:30px; nomargin-top: 0; nomargin-bottom:0; nofont-style:italic;}
4445
.agenda #section1 pre { margin-left: 30px; }
4546
.agenda blockquote { margin-left: 30px; width: 70ex; font-style:italic;}
46-
table.agenda-doc { margin-left: 30px; margin-top:0.5em; margin-bottom: 0.5em;}
47+
table.agenda-doc { margin-left: 30px; margin-top:0.5em; margin-bottom: 0.5em; width: 95%; }
4748
table.agenda-doc > tbody > tr { vertical-align:top; }
4849
{% endblock morecss %}
4950

ietf/templates/iesg/agenda_doc.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ <h3>{{ title2 }}</h3>
105105
{% endif %}
106106

107107
{% if doc.obj.draft.ipr.all %}
108-
<td valign="top">IPR:
108+
<br />
109+
<h5>IPR:</h5>
109110
<ul>
110111
{% for ipr in doc.obj.draft.ipr.all %}
111112
{% ifequal ipr.ipr.status 1 %}
@@ -120,7 +121,7 @@ <h3>{{ title2 }}</h3>
120121
{% if doc.obj.ballot.defer %}
121122
<br/>Was deferred by {{doc.obj.ballot.defer_by}} on {{doc.obj.ballot.defer_date}}
122123
{% endif %}
123-
</td><td style="padding-left:20px;">
124+
</td><td style="padding-left:20px; width: 50px;">
124125
{% ballot_icon doc.obj %}
125126
{% if doc.obj.ballot.active %}
126127
{% if private or user|in_group:"Area_Director,Secretariat" %}

0 commit comments

Comments
 (0)