diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css
index 951fa153..db252067 100644
--- a/templates/2k11/admin/style.css
+++ b/templates/2k11/admin/style.css
@@ -423,7 +423,8 @@ form > a,
#mediaPropertyForm footer b,
#entries_list .entry_info span,
.folder_name,
-#serendipityScaleForm .form_field label {
+#serendipityScaleForm .form_field label,
+#template_select .installed {
display: inline-block;
*display: inline;
*zoom: 1;
@@ -1230,6 +1231,10 @@ form > .button_link:first-of-type { margin-top: 0; }
width: 100px;
}
+#template_select .installed {
+ margin-right: .5em;
+}
+
.zebra_list,
#categories .odd,
#categories .even,
diff --git a/templates/2k11/admin/templates.inc.tpl b/templates/2k11/admin/templates.inc.tpl
index 57a7d1d2..277a40d6 100644
--- a/templates/2k11/admin/templates.inc.tpl
+++ b/templates/2k11/admin/templates.inc.tpl
@@ -67,8 +67,8 @@
{$info.unmetRequirements}>
{/if}
{else}
- {$CONST.ALREADY_INSTALLED}
- {$CONST.CONFIGURATION}
+ {$CONST.ALREADY_INSTALLED}
+ {$CONST.CONFIGURATION}
{/if}