diff --git a/ietf/static/css/ietf.scss b/ietf/static/css/ietf.scss index 9d822bcec69..b46dd5b680d 100644 --- a/ietf/static/css/ietf.scss +++ b/ietf/static/css/ietf.scss @@ -165,6 +165,10 @@ table tbody.meta { } // Style the righthand navigation panel +#righthand-panel { + max-height: 80vh; +} + #righthand-nav { height: 70vh; width: inherit; @@ -993,8 +997,3 @@ td.position-empty { #current-time { display: inline-block; } - -// righthand nav panel styling -#righthand-nav { - width: inherit; -} \ No newline at end of file diff --git a/ietf/static/js/ietf.js b/ietf/static/js/ietf.js index 5166837832e..f78708ddfe4 100644 --- a/ietf/static/js/ietf.js +++ b/ietf/static/js/ietf.js @@ -184,8 +184,8 @@ $(function () { .attr("tabindex", 0) .after($(`
-
- +
+
`)); @@ -236,7 +236,7 @@ $(function () { }); if (haveExtraNav) { - $('#righthand-card').append('
'); + $('#righthand-panel').append('
'); extraNav.children().appendTo('#righthand-extra'); extraNav.remove(); } diff --git a/ietf/templates/meeting/agenda.html b/ietf/templates/meeting/agenda.html index cf9119bd614..f734cec176b 100644 --- a/ietf/templates/meeting/agenda.html +++ b/ietf/templates/meeting/agenda.html @@ -32,7 +32,7 @@
Showing {{ timezone }} time
-
+
{% include 'meeting/tz-display.html' with id_suffix="-rh" meeting_timezone=timezone minimal=True only %}
diff --git a/ietf/templates/meeting/tz-display.html b/ietf/templates/meeting/tz-display.html index 8493f9e6d88..529c9aec1b6 100644 --- a/ietf/templates/meeting/tz-display.html +++ b/ietf/templates/meeting/tz-display.html @@ -12,7 +12,7 @@ {% load origin %} {% origin %} {% firstof id_suffix "" as suffix %} -
+
{% if not minimal %}{% endif %} {% if meeting_timezone is not None %}