Sitemap clone node redesign.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12312 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-27 09:47:37 +00:00
parent 14d313f5f3
commit b3dc5a38f1
2 changed files with 17 additions and 4 deletions

View file

@ -3808,7 +3808,7 @@ console.log(11, htDesign.htLayoutSrl.P);
// Set #site height fix
$(window).resize(function(){
var wHeigh = $(window).height();
$('#site').height(wHeigh - 180).find('>.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 295);
$('#site').height(wHeigh - 155).find('>.col').height(wHeigh - 205).find('.cnt').height(wHeigh - 275);
$('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').height(wHeigh - 262);
}).resize();