diff --git a/templates/2k11/admin/overview.inc.tpl b/templates/2k11/admin/overview.inc.tpl
index abada88f..5b631623 100644
--- a/templates/2k11/admin/overview.inc.tpl
+++ b/templates/2k11/admin/overview.inc.tpl
@@ -37,7 +37,7 @@
{if is_array($comments)}
{foreach $comments as $comment}
- - {$comment.author|escape|truncate:30:"…"} {$CONST.IN} #{$comment.id}
+
- {$comment.author|escape|truncate:30:"…"} {$CONST.IN} #{$comment.id}
@@ -57,6 +57,9 @@
{/if}
+ {if ($comment.status == 'pending') || ($comment.status == 'confirm')}
+
+ {/if}
{/foreach}
{else}
diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css
index 2b7f4559..2f369247 100644
--- a/templates/2k11/admin/style.css
+++ b/templates/2k11/admin/style.css
@@ -1442,7 +1442,8 @@ fieldset p,
.actions,
.edit_actions,
-#dashboard_entries .entry_status {
+#dashboard > section .entry_status,
+#dashboard > section .comment_status {
margin-top: .35em;
margin-bottom: .35em;
}
@@ -1703,11 +1704,12 @@ form > .button_link:first-of-type,
padding: 0 1em;
}
-#dashboard_entries .actions {
+#dashboard > section .actions {
float: left;
}
-#dashboard_entries .entry_status {
+#dashboard > section .entry_status,
+#dashboard > section .comment_status {
float: right;
}
@@ -1874,7 +1876,7 @@ form > .button_link:first-of-type,
float: right;
}
-.comment_status {
+#serendipity_comments_list .comment_status {
margin: .5em;
}