issue 2578 fixed. layout edit page -> 'list button' add to page header.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11723 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-16 02:17:21 +00:00
parent bf72a52ea0
commit 4d8fe5b607
3 changed files with 1476 additions and 198 deletions

View file

@ -64,7 +64,7 @@ jQuery(function($){
// Active Submenu Copy
$xGnb_li.find('>ul>li.active_').clone().addClass('active').prependTo('#gnbNav');
// GNB Hover toggle
function reflow(){ // Chrome browser rendering bug fix
function reflow(){ // Browser bug fix & resize height
$xContent.width('99.99%');
setTimeout(function(){
$xContent.removeAttr('style');
@ -129,6 +129,7 @@ jQuery(function($){
$section.removeClass('collapse').children('h1:first').siblings().show();
$this.removeClass('x_icon-chevron-down').addClass('x_icon-chevron-up');
}
reflow();
});
// Alert Closer
var $xAlert = $('.x .x_alert');

File diff suppressed because it is too large Load diff