mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
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:
parent
14d313f5f3
commit
b3dc5a38f1
2 changed files with 17 additions and 4 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue