]> git.mxchange.org Git - friendica.git/commitdiff
reverted css changes, adapted credits.tpl from default theme for frio
authorVinzenz Vietzke <vinz@vinzv.de>
Sun, 21 Oct 2018 20:50:41 +0000 (22:50 +0200)
committerVinzenz Vietzke <vinz@vinzv.de>
Sun, 21 Oct 2018 20:50:41 +0000 (22:50 +0200)
view/theme/frio/css/style.css
view/theme/frio/templates/credits.tpl [new file with mode: 0644]

index 731c0e701fa34653244dbda35f05debf7a3a4756..c563dd121a87bc6c680d775e388985f1e381b279 100644 (file)
@@ -2199,9 +2199,6 @@ ul.dropdown-menu li:hover {
     -webkit-box-shadow: 0 0 3px #dadada;
     -moz-box-shadow: 0 0 3px #dadada;
 }
-.credits-content-wrapper {
-    overflow: hidden;
-}
 #content:hover .page-action.faded-icon {
     opacity: 0.8;
     transition: all 0.25s ease-in-out;
diff --git a/view/theme/frio/templates/credits.tpl b/view/theme/frio/templates/credits.tpl
new file mode 100644 (file)
index 0000000..5e5aeec
--- /dev/null
@@ -0,0 +1,11 @@
+<div id="credits" class="generic-page-wrapper">
+        {{include file="section_title.tpl"}}
+        <p>{{$thanks}}</p>
+
+        <ul class="credits">
+                {{foreach $names as $name}}
+                 <li>{{$name}}</li>
+                {{/foreach}}
+        </ul>
+        <div class="clear"></div>
+</div>