From fa51f4ddc1ffc19ec7921962bd06f5771683e10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 14:22:38 +0200 Subject: [PATCH] GDPR input filed padding --- frontend/simple/css/aai.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 2f685bd36..b60c95d43 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -461,6 +461,7 @@ body.gdpr .input_field div.label label { border: 1px solid #C4C4C4; padding: 0px; + padding-left: 8px; margin: 0px; } @@ -493,13 +494,13 @@ body.gdpr div.zahtevek { body.gdpr div.zahtevek:last-of-type { padding-bottom: 0px; } -body.gdpr div.zahtevek label { +/* body.gdpr div.zahtevek label { display: flex; align-items: center; } body.gdpr div.zahtevek label b { margin-right: 3px; -} +} */ body.gdpr div.zahtevek label input { padding-top: 4px; @@ -525,9 +526,12 @@ form .opis { #gdpr-note { padding: 0px; + padding-left: 8px; margin: 0px; width: 100%; + + } .register_holder p:last-of-type { @@ -768,6 +772,7 @@ input[type=button]:hover, } body #main .main_content .register_holder h1 { text-align: unset; + padding: 0px; }