Merge pull request #1908 from emanuelschuetze/unconnectBar

Show red bar on top if server is offline (Fixes #1853)
This commit is contained in:
Norman Jäckel 2016-01-27 20:25:33 +01:00
commit f12a1425c0
2 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,11 @@ img {
color: #999;
}
#header div.unconnected {
border: 1px solid red;
position: fixed;
width: 100%;
}
#header a.headerlink {
text-decoration: none;
}

View File

@ -16,6 +16,7 @@
<!-- Header -->
<div id="header">
<div ng-hide="connected" class="unconnected"></div>
<div class="containerOS">
<!-- Logo -->
<div class="title">