Code

Updated management listing resizing in tabbed usage
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Oct 2010 08:09:07 +0000 (08:09 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Oct 2010 08:09:07 +0000 (08:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20051 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/include/gosa.js

index e78e88f6dd434c07ba086d1f1ae7a8342eb65aab..e72ef9c769ac8df5bb1a33c8ca03f21a0d7f2207 100644 (file)
@@ -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) {