mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 09:49:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1758 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bcf886a796
commit
58f6172a51
8 changed files with 113 additions and 113 deletions
|
|
@ -20,6 +20,7 @@ function fixAdminLayoutFooter() {
|
|||
var footerHeight = xHeight(xGetElementById('footer'));
|
||||
var clientHeight = xClientHeight();
|
||||
var newHeight = clientHeight - footerHeight - headerHeight + 71 + 38;
|
||||
|
||||
if(newHeight<bodyHeight) newHeight = bodyHeight;
|
||||
xHeight(xGetElementById('cBody'), newHeight);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue