Tweak the IESG agenda page for better placement of IPR information; requested by Russ. Also align the ballot graphics.
- Legacy-Id: 2228
This commit is contained in:
parent
585545bf22
commit
8c8f5268cb
|
@ -40,10 +40,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #}
|
|||
.agenda #section1 h3, #section6 h3 { margin-top:0; margin-bottom:0; }
|
||||
.agenda noh3 { margin-left: 30px; }
|
||||
.agenda h4 { margin-top: 0; margin-bottom: 0; }
|
||||
.agenda h5 { font-size: inherit; margin: 1em 0;}
|
||||
.agenda #section23 p, #section4 p { margin-left:30px; nomargin-top: 0; nomargin-bottom:0; nofont-style:italic;}
|
||||
.agenda #section1 pre { margin-left: 30px; }
|
||||
.agenda blockquote { margin-left: 30px; width: 70ex; font-style:italic;}
|
||||
table.agenda-doc { margin-left: 30px; margin-top:0.5em; margin-bottom: 0.5em;}
|
||||
table.agenda-doc { margin-left: 30px; margin-top:0.5em; margin-bottom: 0.5em; width: 95%; }
|
||||
table.agenda-doc > tbody > tr { vertical-align:top; }
|
||||
{% endblock morecss %}
|
||||
|
||||
|
|
|
@ -105,7 +105,8 @@ Some parts Copyright (c) 2009 The IETF Trust, all rights reserved.
|
|||
{% endif %}
|
||||
|
||||
{% if doc.obj.draft.ipr.all %}
|
||||
<td valign="top">IPR:
|
||||
<br />
|
||||
<h5>IPR:</h5>
|
||||
<ul>
|
||||
{% for ipr in doc.obj.draft.ipr.all %}
|
||||
{% ifequal ipr.ipr.status 1 %}
|
||||
|
@ -120,7 +121,7 @@ Some parts Copyright (c) 2009 The IETF Trust, all rights reserved.
|
|||
{% if doc.obj.ballot.defer %}
|
||||
<br/>Was deferred by {{doc.obj.ballot.defer_by}} on {{doc.obj.ballot.defer_date}}
|
||||
{% endif %}
|
||||
</td><td style="padding-left:20px;">
|
||||
</td><td style="padding-left:20px; width: 50px;">
|
||||
{% ballot_icon doc.obj %}
|
||||
{% if doc.obj.ballot.active %}
|
||||
{% if private or user|in_group:"Area_Director,Secretariat" %}
|
||||
|
|
Loading…
Reference in a new issue