]> git.mxchange.org Git - friendica.git/commitdiff
Comment box is now inside the item. Makes it easier to know what we are commenting on.
authorDomovoy <domovoy@errlock.org>
Fri, 27 Jul 2012 20:58:51 +0000 (22:58 +0200)
committerDomovoy <domovoy@errlock.org>
Fri, 27 Jul 2012 20:58:51 +0000 (22:58 +0200)
view/theme/darkzero/style.css
view/wall_thread.tpl

index 55644e462d90e52ed64aba201f62e08c02217054..5cd7eed659d3166b9d46b639cd690cf782692882 100644 (file)
@@ -28,7 +28,7 @@ background: #444;
 
 }
 .wall-item-tools {     background-color: #444444;   background-image: none;}
-.comment-wwedit-wrapper{ background-color: #333333; }
+.comment-wwedit-wrapper{ background-color: #444444; }
 .comment-edit-preview{ color: #000000; }
 .wall-item-content-wrapper.comment { background-color: #444444; border: 0px;}
 .photo-top-album-name{ background-color: #333333; }
index 56e21bb828dd3c99edc185399c1521c0e7ce0f28..aac5dbe2b235e0bdd628ccb0256a3b06455947df 100644 (file)
                                {{ if $item.drop.dropping }}<input type="checkbox" onclick="checkboxhighlight(this);" title="$item.drop.select" class="item-select" name="itemselected[]" value="$item.id" />{{ endif }}
                        <div class="wall-item-delete-end"></div>
                </div>
+               <div class="wall-item-comment-wrapper" >
+                       $item.comment
+               </div>
        </div>
        <div class="wall-item-wrapper-end"></div>
        <div class="wall-item-like $item.indent" id="wall-item-like-$item.id">$item.like</div>
        <div class="wall-item-dislike $item.indent" id="wall-item-dislike-$item.id">$item.dislike</div>
-       <div class="wall-item-comment-wrapper" >
-       $item.comment
-       </div>
 <div class="wall-item-outside-wrapper-end$item.indent" ></div>
 </div>
 {{ for $item.children as $item }}