From 858f1e309806dd493a48f3f23f4361d1969390e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 11 Feb 2016 15:28:12 +0100 Subject: [PATCH] Forgot to change the header in remote --- php/controller.php | 2 +- static/css/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/php/controller.php b/php/controller.php index cc7bfced..6528ab28 100755 --- a/php/controller.php +++ b/php/controller.php @@ -62,7 +62,7 @@ -
+

Remote Controller

diff --git a/static/css/style.css b/static/css/style.css index 20d6a276..2d3cee53 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -378,6 +378,10 @@ hide mdi-action-visibility mdi-action-visibility-off margin-top:64px; } +.remote-container{ + margin-top:64px; +} + #mega-background{ -webkit-transition:background 0.5s, opacity 0.5s; -moz-transition:background 0.5s, opacity 0.5s;