]> git.mxchange.org Git - friendica.git/commitdiff
diabook-themes: small fix
authortommy tomson <thomas.bierey@gmx.de>
Sun, 29 Apr 2012 03:58:23 +0000 (05:58 +0200)
committertommy tomson <thomas.bierey@gmx.de>
Sun, 29 Apr 2012 03:58:23 +0000 (05:58 +0200)
view/theme/diabook/footer.tpl
view/theme/diabook/theme.php

index bae5e10566283876798262f52cb612c1582a15cf..25058a7ff7f9c5aec11bd3cd234f4b3459857cae 100644 (file)
@@ -1,3 +1,3 @@
-<div id="footerbox" style="border-top: 1px solid #D2D2D2; width: 100%;width: 88.5%;position: absolute;top: 650px;">
+<div id="footerbox" style="display:none">
 <a style="float:right; color:#333;margin-right:10px;display: table;margin-top: 5px;" href="friendica" title="Site Info / Impressum" >Info / Impressum</a>
 </div>
\ No newline at end of file
index fa0d47ece159481703ec5b6d4cc02366f1b38c8b..9a1ac0f68a85b8db582453feea533806291f9efe 100755 (executable)
@@ -347,7 +347,7 @@ $a->page['htmlhead'] .= '
        $("a.lightbox").fancybox(); // Select all links with lightbox class
  });
    
-$(document).ready(function() {
+$(window).load(function() {
        var footer_top = $(document).height() - 30;
        $("div#footerbox").attr("style", "border-top: 1px solid #D2D2D2; width: 70%;right: 15%;position: absolute;top:"+footer_top+"px;");
  });