diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 57a8f42a4..085d0aacc 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -401,6 +401,7 @@ footer .footer_content .col .logo_holder img.arnes-logo { /* GDPR ZAHTEVEK -------------------------------------- */ + body.gdpr { line-height: 20px; } @@ -461,6 +462,7 @@ body.gdpr .input_field div.label label { max-width: 245px; width: 95%; border: 1px solid #C4C4C4; + border-radius: 0px; padding: 0px; padding-left: 8px; @@ -508,6 +510,8 @@ body.gdpr div.zahtevek label input { margin-left: 0px; height: 18px; width: 18px; + + border-radius: 20px; }