diff --git a/view/templates/head.tpl b/view/templates/head.tpl
index 589a7db5e2..f1f6b55052 100644
--- a/view/templates/head.tpl
+++ b/view/templates/head.tpl
@@ -47,6 +47,7 @@
$("#comment-edit-text-" + id).value = '';
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
+ $("#comment-edit-text-" + id).focus();
$("#mod-cmnt-wrap-" + id).show();
openMenu("comment-edit-submit-wrapper-" + id);
return true;
diff --git a/view/theme/vier/css/font2.css b/view/theme/vier/css/font2.css
index 47706703cf..a0afe8c045 100644
--- a/view/theme/vier/css/font2.css
+++ b/view/theme/vier/css/font2.css
@@ -51,7 +51,7 @@
display: inline-block;
text-decoration: inherit;
vertical-align: top;
- font-size: 1.3333333333333333em;
+ font-size: 1.2em;
}
a .icon {
display: inline-block;
diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl
index 049ae18474..7363032d82 100644
--- a/view/theme/vier/templates/wall_thread.tpl
+++ b/view/theme/vier/templates/wall_thread.tpl
@@ -99,7 +99,7 @@
{{if $item.threaded}}
{{/if}}
{{if $item.comment}}
-
+
{{/if}}
{{if $item.vote}}
{{if $item.vote.like}}