]> git.mxchange.org Git - friendica.git/commitdiff
Comment box is inside the item
authorDomovoy <domovoy@errlock.org>
Fri, 3 Aug 2012 17:18:56 +0000 (19:18 +0200)
committerDomovoy <domovoy@errlock.org>
Fri, 3 Aug 2012 17:18:56 +0000 (19:18 +0200)
view/theme/darkzero/style.css
view/theme/duepuntozero/style.css
view/wall_thread.tpl

index 4838208709bf031a89add78a858157953c159e5b..e9b4bc8b2b21d6f20f943f21710ce77ada391f5e 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 9a8cffa2bed2756eef04c7399d796535f6a4b0b8..a10ba797b2b40f28a751479fb9e15d24e7a87ef2 100644 (file)
@@ -1179,7 +1179,6 @@ input#dfrn-url {
 }
 
 .comment-wwedit-wrapper {
-       margin-top: 15px;
        background: #f3f3f3;
 }
 
index 8142a7842a32b268d5886b9c3483ce81ea8894ec..31c70b27d2cddd5242096fb6112a9a55b4d062ed 100644 (file)
                        {{ endif }}
                        {{ if $item.filer }}
                        <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item filer-icon" title="$item.filer"></a>
-                       {{ endif }}                     
+                       {{ endif }}     
                        <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$item.id" >
                                {{ if $item.drop.dropping }}<a href="item/drop/$item.id" onclick="return confirmDelete();" class="icon drophide" title="$item.drop.delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{ endif }}
                        </div>
                                {{ 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 class="wall-item-delete-end"></div>                        
+<div class="wall-item-comment-wrapper" >
+       $item.comment
+</div>
                </div>
        </div>
        <div class="wall-item-wrapper-end"></div>
@@ -83,9 +86,6 @@
 {{ for $item.children as $item }}
        {{ inc $item.template }}{{ endinc }}
 {{ endfor }}
-<div class="wall-item-comment-wrapper" >
-       $item.comment
-</div>
 
 </div>
 {{if $item.comment_lastcollapsed}}</div>{{endif}}