From c8683d56cfdb646306810f5d9e88fcc7d3a7fb36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 10:49:45 +0200 Subject: [PATCH 1/2] GDPR - odstranjen zahtevek Omejtiev obdelave --- admin/survey/classes/class.GDPR.php | 6 +++--- frontend/simple/css/aai.css | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/admin/survey/classes/class.GDPR.php b/admin/survey/classes/class.GDPR.php index 817e6884a..b8a513d6a 100644 --- a/admin/survey/classes/class.GDPR.php +++ b/admin/survey/classes/class.GDPR.php @@ -1966,9 +1966,9 @@ class GDPR{ echo '
'; - echo '
'; + // echo '
'; echo '
'; diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 4ca13cd4e..a171acc4d 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -398,6 +398,10 @@ footer .footer_content .col .logo_holder img.arnes-logo { /* GDPR ZAHTEVEK -------------------------------------- */ +.gdpr #main .main_content { + padding: 0px; +} + .register_holder{ max-width: 810px; width: 95%; @@ -432,7 +436,8 @@ body.gdpr .input_field div.label label { .regfield { height: 38px; - width: 245px; + max-width: 245px; + width: 95%; border: 1px solid #C4C4C4; padding: 0px; From 6f55b746ae30ad0dac86ad6a654e200b6519a3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 11:15:34 +0200 Subject: [PATCH 2/2] AAI/GDPR margin padding --- frontend/simple/css/aai.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index a171acc4d..91e8f8f82 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -549,6 +549,11 @@ input[type=button]:hover, height: auto; } + .register_holder { + margin-top: 70px; + margin-bottom: 70px; + } + .hero-container img { max-width: 65%; } @@ -711,9 +716,14 @@ input[type=button]:hover, background-color: white; } + .register_holder { + margin-top: 50px; + margin-bottom: 46px; + } + .pomembne_povezave { padding-top: 46px; - padding-bottom: 96px; + padding-bottom: 46px; } .title { @@ -744,6 +754,10 @@ input[type=button]:hover, margin-bottom: 30px; } + .povezave .col:nth-of-type(4) { + margin-bottom: 0px; + } + @@ -880,6 +894,7 @@ input[type=button]:hover, footer { margin: 0px; padding: 0px; + padding-top: 50px; }