diff --git a/templates/Froxlor/js/froxlor.js b/templates/Froxlor/js/froxlor.js index 35516ddc..8e891e96 100644 --- a/templates/Froxlor/js/froxlor.js +++ b/templates/Froxlor/js/froxlor.js @@ -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) { diff --git a/templates/Froxlor/navigation_element.tpl b/templates/Froxlor/navigation_element.tpl index d3159452..a3f5fd25 100644 --- a/templates/Froxlor/navigation_element.tpl +++ b/templates/Froxlor/navigation_element.tpl @@ -1,6 +1,6 @@