관리자페이지 컨텐츠 좌우 폭 미세 조정. (#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

@ -765,11 +765,11 @@ margin-bottom: 10px;
.x>.body {
position: relative;
zoom: 1;
padding: 0 0 50px 210px;
padding: 0 0 50px 200px;
z-index: 1;
}
.x>.body.wide {
padding-left: 70px;
padding-left: 60px;
}
.x>.body:after {
content: "";
@ -779,7 +779,7 @@ margin-bottom: 10px;
.x>.body>.content {
box-sizing:border-box;
width: 100%;
padding: 10px 15px 0 5px;
padding: 10px 5px 0 5px;
float: right;
margin: 0 0 0 -100%;
outline: none;
@ -790,13 +790,13 @@ margin-bottom: 10px;
.x>.body>.gnb {
width: 180px;
position: relative;
margin: 0 0 0 -210px;
margin: 0 0 0 -200px;
float: left;
display: inline;
}
.x>.body.wide>.gnb {
width: 38px;
margin-left: -70px;
width: 40px;
margin-left: -60px;
}
@media all and (min-width: 800px) {
.active_clone {

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();