diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index 216b2f8c8..5a63d2cd5 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -117,6 +117,16 @@ div.anchor-target:before { } div.anchor-target { z-index: 0; } +/* Same as above (avoid hiding content under navbar) for tab-panes */ +div.tab-pane:before { + content: ''; + display: block; + position: relative; + width: 0; + height: 7.5em; + margin-top: -7.5em; +} + /* Make the panel title font normally large */ .panel-title { font-size: 14px } @@ -591,7 +601,6 @@ table.simple-table td:last-child { background-color: #F0F0F0; } - .reviewer-doc-past { background-color: #800000; } diff --git a/ietf/templates/meeting/room-view.html b/ietf/templates/meeting/room-view.html index 0d036ed34..9ab872570 100644 --- a/ietf/templates/meeting/room-view.html +++ b/ietf/templates/meeting/room-view.html @@ -595,4 +595,15 @@ {% endfor %}