mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Site edit download panel pagination, search UI enhancement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12174 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fb99c18e76
commit
a8e4e02e34
2 changed files with 8 additions and 6 deletions
|
|
@ -169,16 +169,17 @@ body>.x{max-width:none !important}
|
|||
#add_menu .desc{width:220px;border-bottom:1px solid #ddd;padding-bottom:8px;color:#666}
|
||||
#add_menu .desc>a{overflow:hidden;font-size:0;text-indent:20px;display:inline-block;width:14px;height:14px;background:url(../../../../common/img/glyphicons-halflings.png) no-repeat -120px -96px;opacity:.5;filter:alpha(opacity=50);vertical-align:middle}
|
||||
#add_menu .desc>a:after{content:normal}
|
||||
#add_menu .x_btn-group{position:absolute;margin:0;left:0;bottom:0;width:100%}
|
||||
/* Default */
|
||||
#default [for="lang_menuName"],
|
||||
#default [for="mid2"]{font-weight:bold}
|
||||
#default .btnBoth{border-top:1px solid #ddd;padding:10px 0}
|
||||
#default .btnBoth{position:absolute;width:100%;left:0;bottom:0;margin:0}
|
||||
/* Auth */
|
||||
#auth li{border-top:1px solid #ddd;padding:8px 0 0 0}
|
||||
#auth li:first-child{border:0}
|
||||
#auth li>label:first-child{font-weight:bold}
|
||||
#auth select{padding:0;width:100%}
|
||||
#auth .x_btn-group{border-top:1px solid #ddd;padding:10px 0}
|
||||
#auth .x_btn-group{position:absolute;width:100%;left:0;bottom:0;margin:0}
|
||||
/* Default */
|
||||
#default ul{margin:15px 0}
|
||||
/* Image Button */
|
||||
|
|
@ -229,4 +230,5 @@ body>.x{max-width:none !important}
|
|||
._siteDesign .theme .cnt>label:first-child{display:none !important}
|
||||
._siteDesign #design ._site{display:block}
|
||||
/* Help Alert */
|
||||
._quick_help{display:none;position:fixed !important;*position:absolute !important;top:60px;left:226px;z-index:100;width:600px}
|
||||
._quick_help{display:none;position:fixed !important;*position:absolute !important;top:60px;left:226px;z-index:100;width:600px;box-shadow:0 0 3px #000}
|
||||
._quick_help>label{display:inline-block;cursor:pointer}
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
||||
<div class="_quick_help x_alert x_alert-info">
|
||||
<div class="_quick_help x_alert">
|
||||
<p class="_quick_help_msg">msg</p>
|
||||
<label><input class="_quick_help_nomore" type="checkbox"/> 다시 보지 않기</label>
|
||||
</div>
|
||||
|
|
@ -3548,8 +3548,8 @@ jQuery(function($){
|
|||
// Set #site height fix
|
||||
$(window).resize(function(){
|
||||
var wHeigh = $(window).height();
|
||||
$('#site').height(wHeigh - 180).find('>.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 262);
|
||||
$('#site_map, #add, #design, #layout, #skin, .download').find('.cnt').height(wHeigh - 295);
|
||||
$('#site').height(wHeigh - 180).find('>.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 295);
|
||||
$('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').height(wHeigh - 262);
|
||||
}).resize();
|
||||
|
||||
var sPackageSrl = getParameterByName('continue_install_package');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue