Fixed small bug in JS and navigation - element - template

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-06-23 01:04:59 +02:00
parent fe0b71b628
commit 0fa64ea943
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ $(document).ready(function() {
$("a[rel='external']").attr('target', '_blank');
$(".main").css('min-height', $("nav").height() - 34);
$(".dboarditem:last").css('min-height', $(".dboarditem:first").height());
$(".dboarditem:first").css('min-height', $(".dboarditem:last").height());
// set focus on username-field if on loginpage
if ($(".loginpage").length != 0) {

View File

@@ -1,6 +1,6 @@
<div class="menuelement bradiusodd">
<h4>$completeLink</h4>
<h4>{$completeLink}</h4>
<ul>
$navigation_links
{$navigation_links}
</ul>
</div>