fixed form with get, fix accompanying css

This commit is contained in:
Hendrik
2017-01-19 11:08:45 +01:00
parent 38e5b28ff5
commit c4d78e54bc
2 changed files with 23 additions and 27 deletions

View File

@@ -22,6 +22,10 @@
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.admin-searchform {
display: inline-block;
}
.admin-searchbar {
display: inline-block;
margin: 10px;
@@ -44,10 +48,6 @@
width: 120px;
}
.admin-groupfilter {
display: none;
}
.admin-users {
margin: 10px;
}