Restyled the search page

Split users and groups
added a search button
made some boxes required
This commit is contained in:
Lars van Hijfte
2017-01-13 11:09:09 +01:00
parent bf640b2690
commit 057275d513
4 changed files with 41 additions and 3 deletions

View File

@@ -25,6 +25,11 @@ header {
padding-left: 48px;
}
#header-search input {
border: none;
}
header div {
display: inline-block;
}