Page module UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12297 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-26 04:58:34 +00:00
parent 8d9089e602
commit c3caa2d278
10 changed files with 94 additions and 151 deletions

View file

@ -182,14 +182,6 @@ jQuery(function($){
return false;
});
// GNB Close
$xGnb
.prepend('<button type="button" class="close before" />')
.append('<button type="button" class="close after" />');
$xGnb.find('>.close').focus(function(){
$xBody.addClass('wide');
reflow();
});
// Expert Menu Toggle
$xGnb.find('.exMenu>button').click(function(){
$('#gnbNav').toggleClass('ex');

File diff suppressed because one or more lines are too long