관리자페이지 컨텐츠 좌우 폭 미세 조정. (#1061)

* 컨텐츠 좌우 폭 미세 조정.
* 사이트맵 모듈에서 여백 크기 미세 조정.
This commit is contained in:
Min-Soo Kim 2018-08-15 13:01:23 +09:00 committed by GitHub
parent bded31ac0b
commit 5e2d89ee4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 10 deletions

View file

@ -3921,16 +3921,14 @@ jQuery(function($){
<!--@if(Mobile::isMobileCheckByAgent())-->
$._xeAdminVar.prevColumn = new Array();
$._xeAdminVar.prevColumn.push($('#site_map'));
$('#site').css({ 'display': 'inline-block', 'min-width': '100%'});
$('#site').css({ 'display': 'inline-block', 'min-width': '100%', 'box-sizing': 'border-box'});
$('#site_map').css('display', 'inline-block');
$('#site > .col').css({
'box-sizing': 'border-box',
'-moz-box-sizing': 'border-box',
'-webkit-box-sizing': 'border-box',
'width': '100%',
'margin': 0
});
$('#add').find('.cnt').css('margin-bottom', '25px');
$('#site_map, #add').find('.cnt').css('margin-bottom', '25px');
var wHeigh = $(window).height();