]> git.mxchange.org Git - friendica.git/commitdiff
quattro: collaps threaded items
authorFabrixxm <fabrix.xm@gmail.com>
Mon, 6 Aug 2012 08:47:35 +0000 (04:47 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Mon, 6 Aug 2012 08:48:24 +0000 (04:48 -0400)
view/theme/quattro/dark/style.css
view/theme/quattro/green/style.css
view/theme/quattro/quattro.less
view/theme/quattro/threaded_conversation.tpl
view/theme/quattro/wall_thread.tpl
view/theme/quattro/wallwall_thread.tpl

index 6bd9ab06fbbedbfa05eaeaa78a1be2b0166b7225..5ff05916021deb2ebcf9753c343767dc310af7d5 100644 (file)
@@ -1143,33 +1143,36 @@ section {
   height: 25px;
 }
 /* threaded comments */
-.children .children {
+.children .children {
   margin-left: 40px;
 }
-.children .children .wall-item-container {
+.children .children .wall-item-container {
   width: 710px;
 }
-.children > .children > .children {
+.children .children .children {
   margin-left: 40px;
 }
-.children > .children > .children .wall-item-container {
+.children .children .children .wall-item-container {
   width: 670px;
 }
-.children > .children > .children > .children {
+.children .children .children .children {
   margin-left: 40px;
 }
-.children > .children > .children > .children .wall-item-container {
+.children .children .children .children .wall-item-container {
   width: 630px;
 }
-.children > .children > .children > .children > .children {
+.children .children .children .children .children {
   margin-left: 40px;
 }
-.children > .children > .children > .children > .children .wall-item-container {
+.children .children .children .children .children .wall-item-container {
   width: 590px;
 }
-.children > .children > .children > .children > .children .children {
+.children .children .children .children .children .children {
   margin-left: 0px;
 }
+.threaded .hide-comments-outer {
+  margin-left: 20px;
+}
 span[id^="showmore-teaser"] {
   background: url("showmore-bg.jpg") no-repeat center bottom;
 }
index 2e97027b4bc4c282fd692b54ef1c82a3712de217..3cc4e8cf610a9baec94fbe21b6e4b0a288985fc4 100644 (file)
@@ -1143,33 +1143,36 @@ section {
   height: 25px;
 }
 /* threaded comments */
-.children .children {
+.children .children {
   margin-left: 40px;
 }
-.children .children .wall-item-container {
+.children .children .wall-item-container {
   width: 710px;
 }
-.children > .children > .children {
+.children .children .children {
   margin-left: 40px;
 }
-.children > .children > .children .wall-item-container {
+.children .children .children .wall-item-container {
   width: 670px;
 }
-.children > .children > .children > .children {
+.children .children .children .children {
   margin-left: 40px;
 }
-.children > .children > .children > .children .wall-item-container {
+.children .children .children .children .wall-item-container {
   width: 630px;
 }
-.children > .children > .children > .children > .children {
+.children .children .children .children .children {
   margin-left: 40px;
 }
-.children > .children > .children > .children > .children .wall-item-container {
+.children .children .children .children .children .wall-item-container {
   width: 590px;
 }
-.children > .children > .children > .children > .children .children {
+.children .children .children .children .children .children {
   margin-left: 0px;
 }
+.threaded .hide-comments-outer {
+  margin-left: 20px;
+}
 span[id^="showmore-teaser"] {
   background: url("showmore-bg.jpg") no-repeat center bottom;
 }
index 55b2d73ac5dc019bd617d2bbf5f910adffc0d1fb..a424ee0207be92641b1ad33fb7a096dcb8ba52de 100644 (file)
@@ -599,19 +599,19 @@ section {
 /* threaded comments */
 .children {
 
-       &> .children {
+       & .children {
                margin-left: 40px;
                .wall-item-container { width: 710px; }
        
-               &> .children {
+               & .children {
                        margin-left: 40px;
                        .wall-item-container { width: 670px; }
                
-                       &> .children {
+                       & .children {
                                margin-left: 40px;
                                .wall-item-container { width: 630px; }
 
-                               &> .children {
+                               & .children {
                                        margin-left: 40px;
                                        .wall-item-container { width: 590px; }
                                        
@@ -623,6 +623,7 @@ section {
                }
        }
 }
+.threaded .hide-comments-outer { margin-left: 20px; }
 
 span[id^="showmore-teaser"]{
     background: url("showmore-bg.jpg") no-repeat center bottom;
index 305ace92ef4feea18c5eb2641b75abee29bbc369..491c47302fe157c80db91e2a15db24f84b09e6c7 100644 (file)
@@ -1,16 +1,6 @@
 {{ for $threads as $item }}
 <div id="tread-wrapper-$item.id" class="tread-wrapper {{ if $item.threaded }}threaded{{ endif }}">
-        {{if $mode == display}}
-        {{ else }}
-               {{if $item.comment_firstcollapsed}}
-                       <div class="hide-comments-outer">
-                       <span id="hide-comments-total-$item.id" class="hide-comments-total">$item.num_comments</span> <span id="hide-comments-$item.id" class="hide-comments fakelink" onclick="showHideComments($item.id);">$item.hide_text</span>
-                       </div>
-                       <div id="collapsed-comments-$item.id" class="collapsed-comments" style="display: none;">
-               {{endif}}
-               {{if $item.comment_lastcollapsed}}</div>{{endif}}
-        {{ endif }}
-        
+       
                {{ if $item.type == tag }}
                        {{ inc wall_item_tag.tpl }}{{ endinc }}
                {{ else }}
index b51dc3d7df5089e06188b45cc99be353e69c2780..4d454f00db78465f34d2200d54938ac920ebc29b 100644 (file)
@@ -1,3 +1,13 @@
+{{if $mode == display}}
+{{ else }}
+{{if $item.comment_firstcollapsed}}
+       <div class="hide-comments-outer">
+       <span id="hide-comments-total-$item.id" class="hide-comments-total">$item.num_comments</span> <span id="hide-comments-$item.id" class="hide-comments fakelink" onclick="showHideComments($item.id);">$item.hide_text</span>
+       </div>
+       <div id="collapsed-comments-$item.id" class="collapsed-comments" style="display: none;">
+{{endif}}
+{{ endif }}
+
 
 <div class="wall-item-decor">
        <span class="icon s22 star $item.isstarred" id="starred-$item.id" title="$item.star.starred">$item.star.starred</span>
        </div>
 {{ endfor }}
 
+{{if $mode == display}}
+{{ else }}
+{{if $item.comment_lastcollapsed}}</div>{{endif}}
+{{ endif }}
+
 {{ if $item.flatten }}
 <div class="wall-item-comment-wrapper" >
        $item.comment
index 038b156d120f1253e316c54befa6b8a58ade1555..cc2f8e36278db1c1c672b01ebe1ca637a6c66e5f 100644 (file)
@@ -1,3 +1,13 @@
+{{if $mode == display}}
+{{ else }}
+{{if $item.comment_firstcollapsed}}
+       <div class="hide-comments-outer">
+       <span id="hide-comments-total-$item.id" class="hide-comments-total">$item.num_comments</span> <span id="hide-comments-$item.id" class="hide-comments fakelink" onclick="showHideComments($item.id);">$item.hide_text</span>
+       </div>
+       <div id="collapsed-comments-$item.id" class="collapsed-comments" style="display: none;">
+{{endif}}
+{{ endif }}
+
 <div class="wall-item-decor">
        <span class="icon s22 star $item.isstarred" id="starred-$item.id" title="$item.star.starred">$item.star.starred</span>
        {{ if $item.lock }}<span class="icon s22 lock fakelink" onclick="lockview(event,$item.id);" title="$item.lock">$item.lock</span>{{ endif }}     
        </div>
 {{ endfor }}
 
+{{if $mode == display}}
+{{ else }}
+{{if $item.comment_lastcollapsed}}</div>{{endif}}
+{{ endif }}
+
 {{ if $item.flatten }}
 <div class="wall-item-comment-wrapper" >
        $item.comment