1
0

Don't show group filter in update page (#200)

The group filter can't filter the updates
This commit is contained in:
onli
2014-09-28 17:21:31 +02:00
parent 91e8f3c571
commit ed897f0615
2 changed files with 14 additions and 8 deletions

View File

@ -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;
}