add page functionality

This commit is contained in:
Hendrik
2017-01-23 16:04:59 +01:00
parent 581f6e18f0
commit e6f5044a9a
4 changed files with 116 additions and 9 deletions

View File

@@ -14,4 +14,16 @@
.searchleft, .searchright {
display: inline-block;
vertical-align: top;
}
.user-pageselect, .searchleft h4, .group-pageselect, .searchright h4 {
display: inline-block;
}
.user-pageselect, .group-pageselect {
float: right;
}
li.search-item:hover{
background-color: #EEE;
}