Admin site design enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12321 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-28 10:08:16 +00:00
parent 5225ee64ff
commit 4344242e0f
8 changed files with 202 additions and 203 deletions

View file

@ -2,8 +2,8 @@
/* Site */
body{overflow:hidden}
body>.x{max-width:none !important}
.x>.xin>.body{padding-bottom:10px !important}
.x>.xin>.body>.content{margin-bottom:0}
.x>.body{padding-bottom:10px !important}
.x>.body>.content{margin-bottom:0}
#site{position:relative;overflow-x:auto;overflow-y:hidden;white-space:nowrap;margin-top:10px;padding:3px;word-wrap:normal}
#site .btnBoth,
#site .x_btn-group{text-align:right;margin:10px 0}

View file

@ -3798,8 +3798,8 @@ console.log(11, htDesign.htLayoutSrl.P);
// Set #site height fix
$(window).resize(function(){
var wHeigh = $(window).height();
$('#site').height(wHeigh - 155).find('>.col').height(wHeigh - 205).find('.cnt').height(wHeigh - 272);
$('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').height(wHeigh - 242);
$('#site').height(wHeigh - 145).find('>.col').height(wHeigh - 185).find('.cnt').height(wHeigh - 252);
$('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').height(wHeigh - 222);
}).resize();
var sPackageSrl = getParameterByName('continue_install_package');