]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/linklist.paging.html
Multiple minor improvements and bugfixes regarding the new templates:
[github/shaarli/Shaarli.git] / tpl / default / linklist.paging.html
index bc1591e45ea622ea07ecdea33af62aa405478f8a..d8c1e76eb1bb6a5115ced49031567b4014e52cc5 100644 (file)
@@ -10,7 +10,7 @@
              class={if="$privateonly"}"filter-on"{else}"filter-off"{/if}
           ><i class="fa fa-key"></i></a>
         {/if}
-        <a href="#" class="filter-off fold-all" title="Fold all">
+        <a href="#" class="filter-off fold-all pure-u-lg-0" title="Fold all">
           <i class="fa fa-chevron-up"></i>
         </a>
         {loop="$action_plugin"}
@@ -50,6 +50,9 @@
       <form method="GET" class="pure-u-0 pure-u-lg-visible">
         <input type="text" name="linksperpage" placeholder="133">
       </form>
+      <a href="#" class="filter-off fold-all pure-u-0 pure-u-lg-visible" title="Fold all">
+        <i class="fa fa-chevron-up"></i>
+      </a>
     </div>
   </div>
 </div>
\ No newline at end of file