mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
관리자 페이지 새 스타일에 맞추어서 픽셀과 position 조정. (#1060)
This commit is contained in:
parent
0b22cb6590
commit
bded31ac0b
4 changed files with 26 additions and 48 deletions
|
|
@ -166,7 +166,7 @@
|
|||
</li>
|
||||
<li class="typePage">
|
||||
<label for="mid1">{$lang->menu_id} <a href="#help_menuId" class="x_icon-question-sign" data-admin-toggle="#mid1_help">{$lang->help}</a></label>
|
||||
<div id="mid1_help" class="x_alert x_alert-info" style="display:none;width:169px">
|
||||
<div id="mid1_help" class="x_alert x_alert-info">
|
||||
<button type="button" class="x_close" data-admin-hide="#mid1_help">×</button>
|
||||
<p>{$lang->about_menu_id} {$lang->about_new_menu_id}</p>
|
||||
</div>
|
||||
|
|
@ -235,14 +235,14 @@
|
|||
</li>
|
||||
<li class="typePage" style="border-top:1px solid #DDD">
|
||||
<label for="lang_pageTitle">{$lang->browser_title} <a href="#help_menuName" class="x_icon-question-sign" data-admin-toggle="#help_menuName">{$lang->help}</a></label>
|
||||
<div id="help_menuName" class="x_alert x_alert-info" style="display:none;width:169px">
|
||||
<div id="help_menuName" class="x_alert x_alert-info">
|
||||
<button type="button" class="x_close" data-admin-hide="#help_menuName">×</button>
|
||||
<p>{$lang->about_browser_title}</p>
|
||||
</div>
|
||||
<input id="pageTitle" class="_browserTitle lang_code" type="text">
|
||||
|
||||
<label for="mid2">{$lang->menu_id} <a href="#help_menuId" class="x_icon-question-sign" data-admin-toggle="#mid2_help">{$lang->help}</a></label>
|
||||
<div id="mid2_help" class="x_alert x_alert-info" style="display:none;width:169px">
|
||||
<div id="mid2_help" class="x_alert x_alert-info">
|
||||
<button type="button" class="x_close" data-admin-hide="#mid2_help">×</button>
|
||||
<p>{$lang->about_menu_id}</p>
|
||||
</div>
|
||||
|
|
@ -270,7 +270,7 @@
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<p id="menuTypeHelpInDefault" style="width:220px">{$lang->about_menu_type_in_default}</p>
|
||||
<p id="menuTypeHelpInDefault" style="width:220px;min-width:100%">{$lang->about_menu_type_in_default}</p>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btnBoth">
|
||||
|
|
@ -285,7 +285,7 @@
|
|||
<fieldset>
|
||||
<h1>{$lang->menu_img_btn}</h1>
|
||||
<div class="cnt">
|
||||
<p style="border-bottom:1px solid #ddd;width:220px;padding-bottom:10px">{$lang->about_imgbtn}</p>
|
||||
<p style="border-bottom:1px solid #ddd;width:220px;min-width:100%;padding-bottom:10px">{$lang->about_imgbtn}</p>
|
||||
<form action="?module=menu&act=procMenuAdminButtonUpload" class="_btn_normal" target="submitTarget" method="post" enctype="multipart/form-data">
|
||||
<input name="menu_item_srl" type="hidden" value=""/>
|
||||
<input name="xe_js_callback" type="hidden" value="top.onBtnImgUploaded"/>
|
||||
|
|
@ -446,9 +446,6 @@
|
|||
</ul>
|
||||
<i class="mask"></i>
|
||||
</div>
|
||||
<!--
|
||||
<a href="#downloadLayout" data-admin-show="#downloadLayout" class="x_btn x_btn-link" style="position:absolute;right:5px;bottom:7px;color:#000"><i class="x_icon-plus-sign"></i> {$lang->install_other_layouts}</a>
|
||||
-->
|
||||
</div>
|
||||
<div class="x_btn-group siteMapUI">
|
||||
<button type="button" class="x_btn x_btn-primary x_pull-right _save">{$lang->cmd_save}</button>
|
||||
|
|
@ -493,8 +490,8 @@
|
|||
|
||||
<div class="search x_input-append x_pull-right">
|
||||
<input type="search" value="" title="Search" name="search_keyword">
|
||||
<button class="x_btn x_btn-inverse _search">검색</button>
|
||||
<a class="x_btn _cancel" href="#">취소</a>
|
||||
<button class="x_btn x_btn-inverse _search">{$lang->cmd_search}</button>
|
||||
<a class="x_btn _cancel" href="#">{$lang->cmd_cancel}</a>
|
||||
</div>
|
||||
</script>
|
||||
<script id="tmpl_pagination_list" type="text/x-jquery-tmpl">
|
||||
|
|
@ -519,15 +516,6 @@
|
|||
<h1>{$lang->skin}</h1>
|
||||
<div class="cnt">
|
||||
<label style="cursor:pointer">
|
||||
<!--
|
||||
<input type="checkbox" class="_chkUseDefault" title="{$lang->use_site_default_skin}"> {$lang->use_site_default_skin}
|
||||
<a href="?module=admin&act=dispMenuAdminSiteDesign" class="x_icon-cog _siteDesignSetupLink">{$lang->site_default_skin_settings}</a>
|
||||
|
||||
<label class="" style="white-space: nowrap; cursor: pointer; width: 100%; font-weight: normal;" for="i6">
|
||||
사이트 기본 레이아웃 사용
|
||||
<input id="i6" class="_chkUseDefaultLayout switch" type="checkbox" title="사이트 기본 레이아웃 사용">
|
||||
<i style="float:right"></i>
|
||||
-->
|
||||
{$lang->use_site_design}
|
||||
<input type="checkbox" class="_chkUseDefault switch" title="{$lang->use_site_default_skin}">
|
||||
<i style="float:right"></i>
|
||||
|
|
@ -539,7 +527,7 @@
|
|||
<script id="tmpl_skin_list_item_no_skin" type="text/x-jquery-tmpl">
|
||||
<li class="_item ${Selected}">
|
||||
<label>
|
||||
<input type="radio" name="skin_item" title="스킨 사용 안 함"> 스킨 사용 안 함
|
||||
<input type="radio" name="skin_item" title="스킨 사용 안 함"> {lang('menu.no_use_layout')}
|
||||
</label>
|
||||
</li>
|
||||
</script>
|
||||
|
|
@ -581,7 +569,7 @@
|
|||
</div>
|
||||
<div class="col skinSetup" id="skinSetup" style="display:none">
|
||||
<section>
|
||||
<h1>스킨 설정</h1>
|
||||
<h1>{lang('menu.skin_settings')}</h1>
|
||||
<div class="cnt">
|
||||
<div class="_contents"></div>
|
||||
</div>
|
||||
|
|
@ -3942,17 +3930,9 @@ jQuery(function($){
|
|||
'width': '100%',
|
||||
'margin': 0
|
||||
});
|
||||
$('#site > .col .cnt').css('margin-bottom', '25px');
|
||||
$('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').css('margin-bottom', '25px');
|
||||
$('#add').find('.cnt').css('margin-bottom', '25px');
|
||||
|
||||
var wHeigh = $(window).height();
|
||||
<!--@if($act == 'dispMenuAdminSiteMap')-->
|
||||
//$('#design').find('.cnt').height(wHeigh - 75);
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($act == 'dispMenuAdminSiteDesign')-->
|
||||
//$('#layout, #skin').find('.cnt').height(wHeigh - 75);
|
||||
<!--@end-->
|
||||
|
||||
$('#site > .col').bind('show', function(ev){
|
||||
if(ev.target != this) return;
|
||||
|
|
@ -3973,18 +3953,11 @@ jQuery(function($){
|
|||
<!--@else-->
|
||||
$(window).resize(function(){
|
||||
var wHeigh = $(window).height();
|
||||
$('#site').height(wHeigh - 147).find('>.col').height(wHeigh - 185).find('.cnt').height(wHeigh - 292);
|
||||
$('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').height(wHeigh - 262);
|
||||
$('#site').height(wHeigh - 147).find('>.col').height(wHeigh - 167).find('.cnt').height(wHeigh - 245);
|
||||
$('#skinSetup, #add').find('.cnt').height(wHeigh - 272);
|
||||
|
||||
<!--@if($act == 'dispMenuAdminSiteMap')-->
|
||||
// minus height 40px for find-form display
|
||||
$('#site').find('.cnt:first').height(wHeigh - 252 - 40);
|
||||
$('#design').find('.cnt').height(wHeigh - 262);
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($act == 'dispMenuAdminSiteDesign')-->
|
||||
|
||||
$('#layout, #skin').find('.cnt').height(wHeigh - 262);
|
||||
$('#site').find('.cnt:first').height(wHeigh - 316);
|
||||
<!--@end-->
|
||||
}).resize();
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue