From 0e264bf795a73c828e5d88f79a6c4d9bafbe2d0d Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Tue, 12 Mar 2019 20:04:18 +0100 Subject: [PATCH] cosmetics on admin page - added headline for groupfolders admin page - adjusted margins/paddings --- js/App.css | 6 ++++++ templates/index.php | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/js/App.css b/js/App.css index 214c0b8..d454707 100644 --- a/js/App.css +++ b/js/App.css @@ -1,3 +1,7 @@ +#groupfolders-wrapper { + padding: 30px; +} + #groupfolders-react-root, #groupfolders-root { height: 100%; min-height: calc(100vh - 50px); @@ -98,6 +102,8 @@ } .newgroup-name { + margin-left: 10px; + margin-right: 20px; width: 200px; max-width: calc(100% - 40px); } diff --git a/templates/index.php b/templates/index.php index e811b75..9848785 100644 --- a/templates/index.php +++ b/templates/index.php @@ -1,4 +1,7 @@ -
+
+

Group folders

+
+