Sitemap UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-02 12:39:31 +00:00
parent faae215247
commit 3b9e23d2c7
2 changed files with 13 additions and 19 deletions

View file

@ -221,7 +221,8 @@ jQuery(function($){
// Set #site height fix
$(window).resize(function(){
var wHeigh = $(window).height();
$('#site').height(wHeigh - 180).children('.col').height(wHeigh - 210).find('.cnt').height(wHeigh - 242);
$('#site').height(wHeigh - 180).find('>.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 262);
$('#site_map, #add, #design, #layout, #skin').find('.cnt').height(wHeigh - 295);
}).resize();
// Navigation a active/inactive
var $navAnchor = $('a>i.x_icon-circle-arrow-right').parent('a');