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/layout_full.php b/views/templates/layout_full.php index 0db8ef5..df68ba1 100644 --- a/views/templates/layout_full.php +++ b/views/templates/layout_full.php @@ -4,7 +4,7 @@

-

diff --git a/views/templates/layout_minimal.php b/views/templates/layout_minimal.php index 41e17c5..39c1023 100644 --- a/views/templates/layout_minimal.php +++ b/views/templates/layout_minimal.php @@ -3,7 +3,7 @@ @section(content)

-

diff --git a/views/templates/layout_normal.php b/views/templates/layout_normal.php index 9d3d049..3f2d9d0 100644 --- a/views/templates/layout_normal.php +++ b/views/templates/layout_normal.php @@ -4,7 +4,7 @@

-

diff --git a/views/templates/mapguesser.php b/views/templates/mapguesser.php index d2f3dc6..4348067 100644 --- a/views/templates/mapguesser.php +++ b/views/templates/mapguesser.php @@ -1,13 +1,23 @@ - + + <?= $_ENV['APP_NAME'] ?> + + + + + + + + + + @yields('externalCss') - @yields('inlineCss') @@ -15,16 +25,8 @@ - -
-

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

- -
-
- + Loading
@yields('pagemodal') @yields('content') + +
+

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

+ +
+