Added checks for admin permissions to settings / users.
Added welcome message and start page contents in input interface (iss0000160).
This commit is contained in:
@ -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
|
||||
*/
|
Reference in New Issue
Block a user