diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-29 05:58:23 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-29 05:58:23 +0200 |
commit | 920d40acf43adb584a33555bfd73e2e5d5f1ebd0 (patch) | |
tree | 6633960ecdd7e3742528a47f0a08683d835d09f6 /view | |
parent | 3d054341ef3c7598c12b003c0d271910b3349795 (diff) | |
download | volse-hubzilla-920d40acf43adb584a33555bfd73e2e5d5f1ebd0.tar.gz volse-hubzilla-920d40acf43adb584a33555bfd73e2e5d5f1ebd0.tar.bz2 volse-hubzilla-920d40acf43adb584a33555bfd73e2e5d5f1ebd0.zip |
diabook-themes: small fix
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/diabook/footer.tpl | 2 | ||||
-rwxr-xr-x | view/theme/diabook/theme.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/footer.tpl b/view/theme/diabook/footer.tpl index bae5e1056..25058a7ff 100644 --- a/view/theme/diabook/footer.tpl +++ b/view/theme/diabook/footer.tpl @@ -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 diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index fa0d47ece..9a1ac0f68 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -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;"); }); |