From cc79e92ece5177fce771ee123bb699aa6014b4bd Mon Sep 17 00:00:00 2001 From: russellballestrini Date: Mon, 9 Jul 2018 10:13:51 -0400 Subject: [PATCH] modified: static/theme/meta/css/diff.css modified: templates/meta-base.j2 --- .../static/theme/meta/css/diff.css | 8 ++++++++ remarkbox_theme_meta/templates/meta-base.j2 | 14 ++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/remarkbox_theme_meta/static/theme/meta/css/diff.css b/remarkbox_theme_meta/static/theme/meta/css/diff.css index 369fe82..90f8c54 100644 --- a/remarkbox_theme_meta/static/theme/meta/css/diff.css +++ b/remarkbox_theme_meta/static/theme/meta/css/diff.css @@ -162,6 +162,14 @@ div.container.main { margin-top: 180px; } +.nav-extra { + float: right; +} + +form { + margin-bottom: 0px; +} + pre, .MathJax_Display { background-color: #fcf9f9; padding: 15px; diff --git a/remarkbox_theme_meta/templates/meta-base.j2 b/remarkbox_theme_meta/templates/meta-base.j2 index 338bd69..cd66bcc 100644 --- a/remarkbox_theme_meta/templates/meta-base.j2 +++ b/remarkbox_theme_meta/templates/meta-base.j2 @@ -1,4 +1,5 @@ {%- import 'snippets/snippets.j2' as snippets with context -%} +{% include 'snippets/owner-key-comment.j2' %} @@ -48,10 +49,10 @@ {% endif %} -
- {%- block menu %} +
+ {% include 'snippets/flash-alerts.j2' %} @@ -114,6 +114,12 @@
+ + + {% block content %} {% endblock %}