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:
ChanMyeong 2012-11-12 05:24:05 +00:00
parent fb99c18e76
commit a8e4e02e34
2 changed files with 8 additions and 6 deletions

View file

@ -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');