diff --git a/templates/2k11/admin/plugins.inc.tpl b/templates/2k11/admin/plugins.inc.tpl
index 24627c03..cf1f96cf 100644
--- a/templates/2k11/admin/plugins.inc.tpl
+++ b/templates/2k11/admin/plugins.inc.tpl
@@ -77,9 +77,21 @@
{foreach $groupstack as $plug}
-
{$plug.name} ({$plug.class_name})
+
{$plug.name}
-
{$plug.description}
+ {if $plug.description}
+
+ [{$plug.class_name}]
+
+
+ {$plug.description}
+
+
+ {else}
+
+ [{$plug.class_name}]
+
+ {/if}
{if ! empty($plug.author)}
diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css
index f55e4d19..c20f2b93 100644
--- a/templates/2k11/admin/style.css
+++ b/templates/2k11/admin/style.css
@@ -479,7 +479,8 @@ label > span,
#mediaPropertyForm header b,
#mediaPropertyForm footer b,
#content .upgrade_done,
-.pluginmanager_description .perm_name {
+.pluginmanager_description .perm_name,
+.plugin_data > .perm_name {
display: block;
}
@@ -502,7 +503,8 @@ details,
form > a,
form > button,
#content .upgrade_done,
-#upgrade_notice {
+#upgrade_notice,
+.plugin_data > .perm_name {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
@@ -517,6 +519,10 @@ form > button,
margin-bottom: .25em;
}
+.plugin_desc {
+ margin-top: .25em;
+}
+
#categories,
#categories ul,
#serendipity_image_folders,