cosmetics on admin page

- added headline for groupfolders admin page
- adjusted margins/paddings
This commit is contained in:
Sascha Wiswedel 2019-03-12 20:04:18 +01:00
parent 810a93ec03
commit 0e264bf795
2 changed files with 10 additions and 1 deletions

View File

@ -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);
}

View File

@ -1,4 +1,7 @@
<?php script($_['appId'], ['../build/settings']); ?>
<?php style($_['appId'], ['../build/settings']); ?>
<div id="searchresults" style="display: none"></div>
<div id="groupfolders-root"/>
<div id="groupfolders-wrapper">
<h2>Group folders</h2>
<div id="groupfolders-root"/>
</div>