mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
관리자페이지 컨텐츠 좌우 폭 미세 조정. (#1061)
* 컨텐츠 좌우 폭 미세 조정. * 사이트맵 모듈에서 여백 크기 미세 조정.
This commit is contained in:
parent
bded31ac0b
commit
5e2d89ee4d
2 changed files with 8 additions and 10 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue