mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
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:
parent
faae215247
commit
3b9e23d2c7
2 changed files with 13 additions and 19 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue