diff --git a/static/css/app.css b/static/css/app.css index f095c8f..d4b565c 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -678,6 +678,19 @@ box-shadow: #eee 0 0 5px; } +#error_banner { + line-height: 30px; + text-align: center; + background-color: #be2740; + color: #fff; + display: none; + position: fixed; + bottom: 0px; + left: 0px; + right: 0px; + height: 30px; +} + /* -------------------------------------------------------------------------- */ #custom_query { diff --git a/static/index.html b/static/index.html index 59a6fcf..92fcebd 100644 --- a/static/index.html +++ b/static/index.html @@ -328,5 +328,6 @@