]> git.mxchange.org Git - friendica.git/commitdiff
Vier: When clicking on the reply button, the focus now automatically changes to the...
authorMichael Vogel <icarus@dabo.de>
Thu, 29 May 2014 18:27:06 +0000 (20:27 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 29 May 2014 18:27:06 +0000 (20:27 +0200)
view/templates/head.tpl
view/theme/vier/css/font2.css
view/theme/vier/templates/wall_thread.tpl

index 589a7db5e2aa6c7e3ef0850932701769928d12ad..f1f6b550524a9ba8c4219a6aa29a3bfa6c18672c 100644 (file)
@@ -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;
index 47706703cf87f5497448771447a53474f07a7543..a0afe8c045e692774f3882155bb1256ef3a9368f 100644 (file)
@@ -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;
index 049ae184749186a7cb4b21b4b1ff8112380d5876..7363032d82f278bae19c485bcba6a617d72dee07 100644 (file)
@@ -99,7 +99,7 @@
                        {{if $item.threaded}}
                        {{/if}}
                        {{if $item.comment}}
-                               <span id="comment-{{$item.id}}" class="fakelink togglecomment" onclick="commentExpand({{$item.id}}); openClose('item-comments-{{$item.id}}');"><i class="icon-reply"></i></span>
+                               <span id="comment-{{$item.id}}" class="fakelink togglecomment" onclick="openClose('item-comments-{{$item.id}}'); commentExpand({{$item.id}});"><i class="icon-reply"></i></span>
                        {{/if}}
                        {{if $item.vote}}
                                {{if $item.vote.like}}