From 8406046c5b3ac8539535d46b9099b46586203fb8 Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 13 Oct 2014 11:58:49 +0200 Subject: fix connedit > collection > checkbox position also for webkit - this will need a better solution though --- view/css/widgets.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view/css/widgets.css b/view/css/widgets.css index cb976e166..1992aa0fd 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -83,6 +83,8 @@ /* group */ input.group-edit-checkbox { margin: unset; + height: 1em; + width: 1em; } a.group-edit-link { -- cgit v1.2.3