diff options
author | marijus <mario@mariovavti.com> | 2014-10-13 12:52:21 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-13 12:52:21 +0200 |
commit | c41f314302012c023fb3410e6d878eff8bd5b539 (patch) | |
tree | 8f6f313c52c5f7db700f502f09c5a4de5ef70fbf /view/css | |
parent | 8406046c5b3ac8539535d46b9099b46586203fb8 (diff) | |
download | volse-hubzilla-c41f314302012c023fb3410e6d878eff8bd5b539.tar.gz volse-hubzilla-c41f314302012c023fb3410e6d878eff8bd5b539.tar.bz2 volse-hubzilla-c41f314302012c023fb3410e6d878eff8bd5b539.zip |
really fix connedit > collection > checkbox
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/widgets.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index 1992aa0fd..593e051da 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -81,13 +81,8 @@ /* group */ -input.group-edit-checkbox { - margin: unset; - height: 1em; - width: 1em; -} -a.group-edit-link { +a.group-edit-tool { z-index: 1; } |