mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Site edit/design UI bugfix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11874 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a7dfeb8b28
commit
7903cded78
1 changed files with 1 additions and 1 deletions
|
|
@ -2953,7 +2953,7 @@ jQuery(function($){
|
|||
// Set #site height fix
|
||||
$(window).resize(function(){
|
||||
var wHeigh = $(window).height();
|
||||
$('#site').height(wHeigh - 180).children('.col').height(wHeigh - 210).find('.cnt').height(wHeigh - 242);
|
||||
$('#site').height(wHeigh - 180).children('.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 262);
|
||||
}).resize();
|
||||
// #linkMenu copy and set text to input
|
||||
<!--@if($act == 'dispMenuAdminSiteMap')-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue