From 41b041b331fe9a845c4991d5f7cc23c5cd80009a Mon Sep 17 00:00:00 2001 From: artweb-job Date: Mon, 3 Sep 2018 14:03:43 +0300 Subject: [PATCH] cookies ad links --- frontend/views/layouts/main.php | 49 ++++++++++++++++++++++++++----------------------- frontend/web/css/main.css | 5 ++++- 2 files changed, 30 insertions(+), 24 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index b17131e..5d01fe1 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -777,30 +777,7 @@ - - - - @@ -852,7 +829,33 @@ if (!isset($_COOKIE[ 'sowCookieModal' ])) { + + + + + endBody() ?> + endPage() ?> \ No newline at end of file diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 48ef04b..3410567 100755 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -1091,7 +1091,7 @@ p.error-text{ color: #fff; padding: 7px 0; text-align: center; - z-index: 8; + z-index: 9999999999; } .cookie-modal.hide-bl { display: none; @@ -1124,4 +1124,7 @@ p.error-text{ .cookie-modal a { color: inherit; text-decoration: underline; +} +.label_39 { + z-index: 2147483645 !important; } \ No newline at end of file -- libgit2 0.21.4