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