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

admin search group by name

This commit is contained in:
lian
2017-01-19 17:24:00 +08:00
parent 622fe2705e
commit d43a2e5eb3
9 changed files with 236 additions and 5 deletions

View File

@@ -2881,6 +2881,7 @@ button.sf-dropdown-toggle:focus {
}
#search-form,
#search-user-form,
#search-group-form,
#search-repo-form {
padding:7px 5px;
background:#f7f7f8;
@@ -2982,10 +2983,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;
}