From 9b4f8841116cd4a297045614ea3999822e897b0e Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Mon, 1 Apr 2024 19:56:46 +0300 Subject: [PATCH] add action sidebar --- View/GrouperGroups/index.ctp | 17 +++++++++++++++++ webroot/css/co-grouper-base.css | 6 ++++++ 2 files changed, 23 insertions(+) diff --git a/View/GrouperGroups/index.ctp b/View/GrouperGroups/index.ctp index 8db2442..95e10d6 100644 --- a/View/GrouperGroups/index.ctp +++ b/View/GrouperGroups/index.ctp @@ -152,8 +152,25 @@ $this->Html->addCrumb(_txt('pl.grouperlite.title.dashboard')); app.mount('#grouper-lite-widget'); +
+
\ No newline at end of file diff --git a/webroot/css/co-grouper-base.css b/webroot/css/co-grouper-base.css index bf7bef2..84c5a0e 100644 --- a/webroot/css/co-grouper-base.css +++ b/webroot/css/co-grouper-base.css @@ -14,6 +14,12 @@ --secondary: var(--darkteal) } +.grouper_groups .grouper-table { + display: grid; + grid-template-columns: auto 20%; + grid-gap: 1em; +} + .text-grouper { color: var(--primary); }