mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
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:
parent
5225ee64ff
commit
4344242e0f
8 changed files with 202 additions and 203 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue