diff --git a/res/static/style/layout.css b/res/static/style/layout.css index e9ef7af..cd57e0b 100644 --- a/res/static/style/layout.css +++ b/res/static/style/layout.css @@ -386,6 +386,22 @@ ul { list-style: disc; } +fieldset { + padding: 4px; + border-radius: 8px; + border: 2px var(--separator) solid; + margin: 0; +} + +fieldset>legend { + padding: 2px 8px; + margin-left: auto; + margin-right: auto; + border-radius: 8px; + font-size: 1.1em; + border-bottom: 2px var(--separator) solid; +} + /* Forms*/ .form { diff --git a/res/template/widgets.html b/res/template/widgets.html index 5894b1e..c05b3d6 100644 --- a/res/template/widgets.html +++ b/res/template/widgets.html @@ -57,6 +57,13 @@ File
- Enter a username here to give them access to this directory. The user will - not receive an e-mail invite. Giving write access to a user without giving - read access as well does not actually allow them to write anything. -
- -{#if file.user_permissions !== undefined} - {#each Object.keys(file.user_permissions) as id (id)} -