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] 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],