diff --git a/core/static/core/navbar.scss b/core/static/core/navbar.scss index 6bf6521b..d3c1d4a4 100644 --- a/core/static/core/navbar.scss +++ b/core/static/core/navbar.scss @@ -304,6 +304,11 @@ font-size: .8em; } } + + &.empty-notification { + text-align: center; + font-style: italic; + } } } diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index 1d03f01f..3e31d280 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -96,6 +96,7 @@