From c6f29d94c04e8c411c09c2b2386d8ea5f525df61 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 15 Oct 2010 08:09:07 +0000 Subject: [PATCH] Updated management listing resizing in tabbed usage git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20051 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/include/gosa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/include/gosa.js b/gosa-core/html/include/gosa.js index e78e88f6d..e72ef9c76 100644 --- a/gosa-core/html/include/gosa.js +++ b/gosa-core/html/include/gosa.js @@ -267,7 +267,7 @@ function resizeHandler (e) { $$('div.plugin-actions').each(function(s) { height+= s.getHeight(); }); - contentHeight-= height + 5; + contentHeight-= height + 25; } if (Prototype.Browser.Gecko || Prototype.Browser.IE) { -- 2.30.2