diabook-themes: small fix

This commit is contained in:
tommy tomson 2012-04-29 05:58:23 +02:00
parent 3d054341ef
commit 920d40acf4
2 changed files with 2 additions and 2 deletions

View 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> <a style="float:right; color:#333;margin-right:10px;display: table;margin-top: 5px;" href="friendica" title="Site Info / Impressum" >Info / Impressum</a>
</div> </div>

View File

@ -347,7 +347,7 @@ $a->page['htmlhead'] .= '
$("a.lightbox").fancybox(); // Select all links with lightbox class $("a.lightbox").fancybox(); // Select all links with lightbox class
}); });
$(document).ready(function() { $(window).load(function() {
var footer_top = $(document).height() - 30; 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;"); $("div#footerbox").attr("style", "border-top: 1px solid #D2D2D2; width: 70%;right: 15%;position: absolute;top:"+footer_top+"px;");
}); });