Added checks for admin permissions to settings / users.

Added welcome message and start page contents in input interface (iss0000160).
This commit is contained in:
2018-06-18 15:07:38 +02:00
committed by Stefan Rohde-Enslin
parent 067beedf29
commit c6f481ffcb
8 changed files with 65 additions and 4 deletions

View File

@ -248,6 +248,16 @@ main { padding: .5em 5em 3em 3em; }
.labelLine > * { display: table-cell; }
.labelLine label { font-weight: bold; }
/************
* Start Page
*/
@media screen and (min-width:75em) {
section + .startPgTiles { border-top: 1px solid #D6D6D6; }
.startPgTiles { display: flex; }
.startPgTiles > * { flex: 1; display: inline-block; }
}
/************
* Login Page
*/