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; }