diff --git a/templates/2k11/admin/plugins.inc.tpl b/templates/2k11/admin/plugins.inc.tpl index c701bcbb..91790962 100644 --- a/templates/2k11/admin/plugins.inc.tpl +++ b/templates/2k11/admin/plugins.inc.tpl @@ -51,26 +51,27 @@
-
+ {if $only_group != UPGRADE} +
- -
- -
+ {/if}
+
+ +
diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index e6deb7c0..b08c42f8 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -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; }