mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
5225ee64ff
commit
4344242e0f
8 changed files with 202 additions and 203 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
2
modules/admin/tpl/js/admin.min.js
vendored
2
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue