From 66c709f00dcd51d6ee8800f2e94a6dc4c822d891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Mon, 6 Jul 2020 20:00:54 +0200 Subject: [PATCH] MAPG-196 reposition of cookie notice --- public/static/css/mapguesser.css | 8 ++++++++ views/templates/mapguesser.php | 16 ++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css index ac070a7..b710c29 100644 --- a/public/static/css/mapguesser.css +++ b/public/static/css/mapguesser.css @@ -404,9 +404,17 @@ div.buttonContainer>button { } #cookiesNotice { + position: fixed; + left: 0; + bottom: 0; + right: 0; + margin: 20px; background-color: #eeeeee; + border: solid #888888 1px; + border-radius: 3px; padding: 10px; text-align: center; + z-index: 10; } #loading { diff --git a/views/templates/mapguesser.php b/views/templates/mapguesser.php index b85ae0b..4348067 100644 --- a/views/templates/mapguesser.php +++ b/views/templates/mapguesser.php @@ -25,14 +25,6 @@ - -
-

- uses cookies to improve user experience. By using the app or clicking 'Agree', you consent to our use of cookies. -

- -
-
Loading
@@ -44,6 +36,14 @@ @yields('pagemodal') @yields('content') + +
+

+ uses cookies to improve user experience. By using the app or clicking 'Agree', you consent to our use of cookies. +

+ +
+