From 0d60eed0c8d8e51c164889e0d1d306aeb113e241 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 22 Oct 2015 10:29:43 +0200 Subject: [PATCH] =?UTF-8?q?Connection=20et=20d=C3=A9connection=20impl?= =?UTF-8?q?=C3=A9ment=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/container.css | 4 ++-- index.php | 23 ++++++++++++++++------- js/actionScript.js | 12 +++++++++--- manager/security.php | 3 +++ manager/user.php | 15 ++++++++++++++- page/home.php | 36 +++++++++++++++++++++++++++++++++++- 6 files changed, 79 insertions(+), 14 deletions(-) diff --git a/css/container.css b/css/container.css index c444f80..78b9a20 100755 --- a/css/container.css +++ b/css/container.css @@ -1,11 +1,11 @@ #CONTAINER section{ /* position */ display: block; - position: absolute; + position: relative; top: 0; left: 0; width: 100%; - min-height: 100%; + /*min-height: calc( 100vh - 5em );*/ padding: 2em; /* background */ diff --git a/index.php b/index.php index 5e4cd24..52e6559 100755 --- a/index.php +++ b/index.php @@ -83,6 +83,7 @@ $notifNotifNum = 5;