From 14e2fedd6b2f4c79b328965d3d05898ccb737ae7 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 27 Jan 2016 19:53:00 +0100 Subject: [PATCH] Show red bar on top if server is offline (Fixes #1853) --- openslides/core/static/css/app.css | 5 +++++ openslides/core/static/templates/index.html | 1 + 2 files changed, 6 insertions(+) diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css index 618941d4e..a51974ff6 100644 --- a/openslides/core/static/css/app.css +++ b/openslides/core/static/css/app.css @@ -87,6 +87,11 @@ img { color: #999; } +#header div.unconnected { + border: 1px solid red; + position: fixed; + width: 100%; +} #header a.headerlink { text-decoration: none; } diff --git a/openslides/core/static/templates/index.html b/openslides/core/static/templates/index.html index 1b0d7de86..3c3d52816 100644 --- a/openslides/core/static/templates/index.html +++ b/openslides/core/static/templates/index.html @@ -16,6 +16,7 @@