]> git.mxchange.org Git - friendica.git/commitdiff
Improve readability
authorHypolite Petovan <mrpetovan@gmail.com>
Thu, 2 Mar 2017 16:30:41 +0000 (11:30 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Thu, 2 Mar 2017 16:30:41 +0000 (11:30 -0500)
- Move CSS block above the temporary block
- Add template description

view/theme/frio/css/style.css
view/theme/frio/templates/paginate.tpl

index ea4db0d5320c8e4a4fa7f2c49c9ac154adf2cf34..34bcb833dbf21e50af43b8d735047d6201f6cebd 100644 (file)
@@ -2508,16 +2508,7 @@ body .tread-wrapper .hovercard:hover .hover-card-content a {
     color: $link_color !important;
 }
 
-/*
- * some temporary workarounds until this will solved
- * elsewhere (e.g. new templates)
- */
-section .profile-match-wrapper {
-    float: left;
-}
-
 /* Pagination improvements */
-
 .pagination > li > a,
 .pagination > li > span {
        color: $link_color;
@@ -2531,7 +2522,14 @@ section .profile-match-wrapper {
        background-color: $link_color;
     border-color: $link_color;
 }
-
 .disabled > a {
        pointer-events: none;
-}
\ No newline at end of file
+}
+
+/*
+ * some temporary workarounds until this will solved
+ * elsewhere (e.g. new templates)
+ */
+section .profile-match-wrapper {
+    float: left;
+}
index a9c3ae480d1961569e17c7b8a7e200396508ff12..ab65cdd40655715a8b7706b578bae05124a17578 100644 (file)
@@ -1,3 +1,4 @@
+{{* Pager template, uses output of paginate_data() in include/text.php *}}\r
 {{if $pager}}\r
 <div class="{{$pager.class}}">\r
        {{if $pager.first}}<li class="pager_first {{$pager.first.class}}"><a href="{{$pager.first.url}}">{{$pager.first.text}}</a></li>{{/if}}\r