From b02cde708377930e123828a715d03361b01b59e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 12:06:47 +0200 Subject: [PATCH 1/6] AAI header active sprememba barve brez borderja --- frontend/simple/css/aai.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 91e8f8f82..39469d048 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -69,7 +69,10 @@ header nav span.menu_item a:hover { } header nav span.menu_item.active { - border-bottom: 3px #F07D3E solid; + border-bottom: unset; +} +header nav span.menu_item.active a { + color: #F07D3E; } header .logo a img { @@ -465,6 +468,8 @@ form p:first-of-type { margin: 20px 0px 6px 0px; } + + body.gdpr div.zahtevek { padding: 6px 0px; } @@ -473,8 +478,12 @@ body.gdpr div.zahtevek:last-of-type { } body.gdpr div.zahtevek label input { margin-left: 0px; + height: 18px; + width: 18px; } + + /* tekst nad poljem za opis */ form p:nth-of-type(2){ margin: 20px 0px; @@ -720,6 +729,10 @@ input[type=button]:hover, margin-top: 50px; margin-bottom: 46px; } + body #main .main_content .register_holder h1 { + text-align: unset; + } + .pomembne_povezave { padding-top: 46px; From b1788490b9123be0ebb05b26dfb66e1177873e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 12:34:14 +0200 Subject: [PATCH 2/6] GDPR margin / button popravek --- frontend/simple/css/aai.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 39469d048..be0c35ed9 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -408,7 +408,7 @@ footer .footer_content .col .logo_holder img.arnes-logo { .register_holder{ max-width: 810px; width: 95%; - margin: 105px auto 105px auto; + margin: 70px auto 70px auto; } .register_holder h1 { @@ -437,6 +437,8 @@ body.gdpr .input_field div.label label { padding-bottom: 4px; } + + .regfield { height: 38px; max-width: 245px; @@ -484,6 +486,7 @@ body.gdpr div.zahtevek label input { + /* tekst nad poljem za opis */ form p:nth-of-type(2){ margin: 20px 0px; @@ -509,6 +512,12 @@ input[type=submit], button:hover, input[type=button], .button { + font-weight: 600; + font-size: 16px; + line-height: 26px; + height: 50px; + max-width: 320px; + width: 95%; padding: 0px; background: linear-gradient(to left,#F07D3E 50%, white 50%) right; From ffdd49531428c2a55012ceee71a7f9877df1f097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 12:39:46 +0200 Subject: [PATCH 3/6] AAI header padding --- frontend/simple/css/aai.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index be0c35ed9..5c7b1decd 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -545,8 +545,8 @@ input[type=button]:hover, header { margin: none; - padding-left: 25px; - padding-right: 29px; + /* padding-left: 25px; + padding-right: 29px; */ } /* header - arnes logo fix */ @@ -820,7 +820,7 @@ input[type=button]:hover, position: absolute; height: 5px; width: 100%; - background: #d3531a; + background: #F07D3E; border-radius: 9px; opacity: 1; left: 0; From 5567b228cdd9e4d43f36466ae9c45a86851f060b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 13:24:16 +0200 Subject: [PATCH 4/6] GDPR zahtevek radiobutton poravnava --- frontend/simple/css/aai.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 5c7b1decd..01eff6e63 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -479,7 +479,9 @@ body.gdpr div.zahtevek:last-of-type { padding-bottom: 0px; } body.gdpr div.zahtevek label input { + margin-top: 4px; margin-left: 0px; + margin-right: 2px; height: 18px; width: 18px; } From a24bc6d0f0267fb632c89f2bf3561c0fc4fee9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 13:28:47 +0200 Subject: [PATCH 5/6] GDPR p margin 20px --- frontend/simple/css/aai.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 01eff6e63..1d3878ebb 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -419,12 +419,15 @@ footer .footer_content .col .logo_holder img.arnes-logo { .register_holder p { font-weight: 400; line-height: 26px; + + margin: 20px 0px; } .register_holder p a { color: #1e88e5; } + body.gdpr div.label { display: block; line-height: unset; @@ -642,7 +645,7 @@ input[type=button]:hover, } footer { - padding: 70px 25px 0px 25px; + padding: 70px 0px 0px 0px; } footer .footer_content { From 38e20f0514d4ac818ae7a70a3dfaed2af203610f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 13:42:42 +0200 Subject: [PATCH 6/6] GDPR line height popravki --- frontend/simple/css/aai.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 1d3878ebb..203793c08 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -401,6 +401,10 @@ footer .footer_content .col .logo_holder img.arnes-logo { /* GDPR ZAHTEVEK -------------------------------------- */ +body.gdpr { + line-height: 20px; +} + .gdpr #main .main_content { padding: 0px; } @@ -434,7 +438,14 @@ body.gdpr div.label { font-weight: 600; width: 200px; + line-height: unset; + } +body #main .main_content .register_holder .label { + line-height: 20px; + padding-bottom: 4px; +} + body.gdpr .input_field div.label label { line-height: unset; padding-bottom: 4px; @@ -442,6 +453,7 @@ body.gdpr .input_field div.label label { + .regfield { height: 38px; max-width: 245px; @@ -511,6 +523,7 @@ form .opis { .register_holder p:last-of-type { margin: 18px 0px 20px 0px; + line-height: 26px; } input[type=submit],