update connection lost page

[skip ci]
This commit is contained in:
brindosch 2016-09-18 21:51:19 +02:00
parent f349f4b0ee
commit 9fb0d9343d
5 changed files with 4 additions and 8 deletions

View File

@ -4,7 +4,7 @@
sf_upload()
{
/usr/bin/expect <<-EOD
spawn scp $1 hyperionsf37@frs.sourceforge.net:/home/frs/project/hyperion-project/dev/$3
spawn scp $1 hyperionsf37@frs.sourceforge.net:/home/frs/project/hyperion-project/dev/$2
expect "*(yes/no)*"
send "yes\r"
expect "*password:*"

View File

@ -1,7 +1,7 @@
<div id="wrapper">
<div class="container" style="margin:20px auto;">
<div class="container" style="margin:20px auto;max-width:600px;">
<center>
<div class="logoimg" style="width:234px;height:80px;"></div>
<img src="img/hyperion/hyperionlostconnection.png" alt="Redefine ambient light!">
<div>
<h2>Lost connection to Hyperion service!<h1>
<hr>

View File

@ -56,11 +56,6 @@ table.borderless td,table.borderless th{border: none !important;}
margin-bottom: 0;
}
.logoimg{
background-image: url('/img/hyperion/hyperionlogo.png');
background-repeat: no-repeat;
}
.overlay {
background-image: url('/img/hyperion/hyperionwhitelogo.png');
background-repeat: no-repeat;

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -98,6 +98,7 @@
</button>
<a class="navbar-brand" href="/"><img src="img/hyperion/hyperionlogo.png" alt="Redefine ambient light!" height="55"></a>
<a class="navbar-brand" href="/"><img src="img/hyperion/hyperionlostconnection.png" alt="Redefine ambient light!" style="display:none;"></a>
</div>
<!-- /.navbar-header -->