Don't show group filter in update page (#200)
The group filter can't filter the updates
This commit is contained in:
@ -2751,13 +2751,18 @@ img.mfp-img {
|
||||
.entryproperties_access_users,
|
||||
.entryproperties_access_author,
|
||||
.entryproperties_markup,
|
||||
#plugin_groups,
|
||||
#plugin_filter {
|
||||
#plugin_groups {
|
||||
float: left;
|
||||
margin-right: 2%;
|
||||
width: 48%;
|
||||
}
|
||||
|
||||
#plugin_filter {
|
||||
display: inline-block;
|
||||
margin-right: 2%;
|
||||
width: 48%;
|
||||
}
|
||||
|
||||
#plugin_groups .form_buttons {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user