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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user