add page selector in adminpanel

This commit is contained in:
Hendrik
2017-01-17 12:55:15 +01:00
parent b60d118ac6
commit f00b3d9a23
2 changed files with 11 additions and 0 deletions

View File

@@ -44,6 +44,12 @@
margin: 10px;
}
.admin-userpage {
width: 170px;
margin-bottom: 20px;
float: right;
}
.usertable {
width: 100%;
}