Admin site design enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12321 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-28 10:08:16 +00:00
parent 5225ee64ff
commit 4344242e0f
8 changed files with 202 additions and 203 deletions

View file

@ -112,7 +112,7 @@ jQuery(function($){
});
// #content reflow
function reflow(){ // Browser bug fix & resize height
var $xBody = $('.x>.xin>.body');
var $xBody = $('.x>.body');
var $xGnb = $xBody.find('>.gnb');
var $xContent = $xBody.children('#content.content');
$xContent.width('99.99%');
@ -125,7 +125,7 @@ jQuery(function($){
}
// GNB
$.fn.gnb = function(){
var $xBody = $('.x>.xin>.body');
var $xBody = $('.x>.body');
var $xGnb = $xBody.find('>.gnb');
var $xGnb_li = $xGnb.find('>ul>li');

File diff suppressed because one or more lines are too long