mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1759 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
58f6172a51
commit
16925ca91b
15 changed files with 262 additions and 251 deletions
|
|
@ -20,6 +20,7 @@ function fixAdminLayoutFooter() {
|
|||
var footerHeight = xHeight(xGetElementById('footer'));
|
||||
var clientHeight = xClientHeight();
|
||||
var newHeight = clientHeight - footerHeight - headerHeight + 71 + 38;
|
||||
if(typeof(editor_height)!='undefined') newHeight += editor_height;
|
||||
|
||||
if(newHeight<bodyHeight) newHeight = bodyHeight;
|
||||
xHeight(xGetElementById('cBody'), newHeight);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue