* adjust editor page of height.

This commit is contained in:
wangyidong
2011-07-07 07:43:15 +00:00
parent 36fefbbc29
commit f4265d16fd

View File

@@ -1,6 +1,6 @@
$(function()
{
var showHeight = $(window).height() - $('#header').height() - $('#footer').height() - $('#hiddenwin').height();
var showHeight = $(window).height() - $('#header').height() - $('#footer').height() - 20;
$('#editWin').height(showHeight);
$('#extendWin').height(showHeight);
});