Code

Added changes from trunk.
[gosa.git] / html / include / focus.js
index 183b3d918bab817faa273f90af3468b236e32199..20e6eef1fa78940ebab9cd469c3ee6aa01d4047e 100644 (file)
@@ -315,7 +315,7 @@ function adjust_width(e) {
                var width= parseInt(window.innerWidth);
 
                // Resize the body cells
-               var diff= width-div_width-470;
+               var diff= width-div_width-200;
                
                // window has been upscaled
                if(div_width+diff>=600) {