|
@@ -4,7 +4,7 @@ function autoFlashHeight(){
|
|
|
var toolsbarHeight = $(".toolsbar").height();
|
|
|
var bottomContentHeight = $(".bottom-content").height();
|
|
|
var sidebarToolsBarHeight = $(".sidebar-tools-bar").height();
|
|
|
- $(".main-data-side-f").height($(window).height()-headerHeight-toolsbarHeight-2);
|
|
|
+ $(".main-data-side-f").height($(window).height()-headerHeight-toolsbarHeight-sidebarToolsBarHeight-202);
|
|
|
$(".main-data-side-s").height($(window).height()-headerHeight-toolsbarHeight-sidebarToolsBarHeight-202);
|
|
|
$(".main-data-top").height($(window).height()-headerHeight-toolsbarHeight-bottomContentHeight-1);
|
|
|
$(".main-data-full").height($(window).height()-headerHeight-toolsbarHeight-1);
|