Skip to content

Commit e8d8ada

Browse files
committed
Tweaked the agenda page header look a bit.
- Legacy-Id: 9833
1 parent 29db4a6 commit e8d8ada

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

ietf/templates/meeting/agenda.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,9 @@
3333
<div class="row">
3434
<div class="col-md-10">
3535

36-
{% include "meeting/meeting_heading.html" with meeting=schedule.meeting %}
36+
{% include "meeting/meeting_heading.html" with meeting=schedule.meeting updated=updated %}
3737

38-
<p class="label label-info">Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}</p>
39-
<p></p>
40-
<p class="alert alert-info">
41-
<b>Note:</b> IETF agendas are subject to change, up to and during a meeting.
42-
</p>
43-
44-
<h4>Alternative Agenda Presentation Formats:</h4>
45-
<p class="noprint h6 text-center">
38+
<p class="noprint h6 text-center panel panel-heading ">
4639
{% if "-utc" in request.path %}
4740
<a href="{% url 'ietf.meeting.views.agenda' num=schedule.meeting.number %}">Agenda in local timezone</a> |
4841
{% else %}
@@ -63,7 +56,12 @@ <h4>Alternative Agenda Presentation Formats:</h4>
6356
{% load cache %}
6457
{% cache 300 ietf_meeting_agenda_utc schedule.meeting.number request.path %}
6558

66-
<h2>Agenda</h2>
59+
<h1>Agenda</h1>
60+
61+
<p class="alert alert-info">
62+
<b>Note:</b> IETF agendas are subject to change, up to and during a meeting.
63+
</p>
64+
6765

6866
<div class="panel-group" id="accordion">
6967
<div class="panel panel-default">

ietf/templates/meeting/meeting_heading.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@ <h1>
99
{{ meeting.end_date|date:"F " }}
1010
{% endif %}
1111
{{ meeting.end_date|date:"j, Y" }}
12+
<div class="pull-right">
13+
Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}
14+
</>
15+
1216
</small>
17+
1318
</h1>

static/css/ietf.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,3 +400,5 @@ td.ad div { border-bottom: solid #ccc 1px; }
400400
.milestone { font-style: italic; }
401401

402402
.adname { padding-bottom: .5em; line-height: 1em;}
403+
404+
h1 .small .pull-right { line-height: normal }

0 commit comments

Comments
 (0)