File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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%; }
4748table.agenda-doc > tbody > tr { vertical-align:top; }
4849{% endblock morecss %}
4950
Original file line number Diff line number Diff 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" %}
You can’t perform that action at this time.
0 commit comments