From 3a497bbb6437b23e32bef396e065483449179d4a Mon Sep 17 00:00:00 2001 From: leosw Date: Thu, 19 Aug 2021 18:57:36 +0200 Subject: [PATCH] Fix round background for radio buttons --- views/css/d.poi.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/css/d.poi.css b/views/css/d.poi.css index 6cf12ee..f877b9f 100755 --- a/views/css/d.poi.css +++ b/views/css/d.poi.css @@ -129,6 +129,7 @@ form.form input[type=radio]+label img { width: 21px; background: #ddd; font-size: 25px; + border-radius: 100px; } #specific_form .threecb.check:after { content: "\f058"; /* check */ @@ -163,6 +164,7 @@ form.form input[type=radio]+label img { #permalink_container { position: relative; + margin: 2px 0; } #permalink { width: calc(100% - 194px);