Split activities into pages in the admin interface

and other trivial fixes
This commit is contained in:
2017-10-08 03:33:42 +02:00
parent 56f71eb9ab
commit d8f5dd4ad9
4 changed files with 43 additions and 8 deletions

View File

@@ -74,4 +74,12 @@ header.admin {
color: gray;
font-size: .7em;
font-style: italic;
}
.float-right {
float: right;
}
.float-left {
float: left;
}