1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

Merge pull request #1464 from haiwen/search-group

admin search group by name
This commit is contained in:
lian
2017-02-06 10:29:59 +08:00
committed by GitHub
9 changed files with 236 additions and 5 deletions

View File

@@ -2884,6 +2884,7 @@ button.sf-dropdown-toggle:focus {
}
#search-form,
#search-user-form,
#search-group-form,
#search-repo-form {
padding:7px 5px;
background:#f7f7f8;
@@ -2985,10 +2986,12 @@ button.sf-dropdown-toggle:focus {
margin:10px 15px 20px 0;
}
#search-repo-form label,
#search-group-form label,
#search-user-form label {
width:3.5em;
}
#search-repo-form .submit,
#search-group-form .submit,
#search-user-form .submit {
margin-left:3.5em;
}